home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / Prog files by date next >
Encoding:
Text File  |  1991-11-21  |  112.4 KB  |  2,836 lines  |  [TEXT/MACA]

  1.  Name  =  XCMDSHEL.CPT
  2.  Path =  AMUG CD:Files:Prog:U-Z:XCMDSHEL.CPT
  3.  Size: 20K         Date:11/16/91         Version: 
  4.  AMUG file information and description:
  5.  This is a text file describing how to build an XCMD using THINK-C.
  6. Enclosed are several header.h files and source.c files that comprise
  7. a working example of the Dialog XCMD described in Chapter 3 of "XCMD's
  8. for HyperCard" by Gary Bond (MIS: Press; ISBN 0-943518-85-7).  The 29
  9. "glue" routines are in the XCmdGlue.c file.  The XCmdBlock is defined
  10. in the HyperXCmd.h file, along with prototypes for all the "glue" code.
  11.  
  12.  Name  =  MCLUTILS.CPT
  13.  Path =  AMUG CD:Files:Prog:M:MCLUTILS.CPT
  14.  Size:132K         Date:11/16/91         Version: 
  15.  AMUG file information and description:
  16.  oodles-of-utils version 1.0b Copyright © 1990 Northwestern University 
  17. Institute for the Learning Sciences. Michael S. Engbe, Neither I, 
  18. Northwestern, or the Institute for the Learning Sciences make any 
  19. warrenties about this code. You may use, modify, & redistribute any of the 
  20. files in oodles-of-utils as long as they retain their copyright notices.
  21.  
  22.  Name  =  B-YACC.CPT
  23.  Path =  AMUG CD:Files:Prog:B-C:B-YACC.CPT
  24.  Size:121K         Date:11/16/91         Version: 
  25.  AMUG file information and description:
  26.  This is the latest version of Berkeley yacc, ported to MPW. yacc runs as an
  27. MPW tool and thus can easily be used in makefiles. It is definitely NOT 
  28. Mac-friendly, but it runs and that's all I really need it to do. This code 
  29. is NOT copylefted, so you can do whatever you wish to it as long as you 
  30. follow the (quite generous) copyright restrictions. All I had to do was 
  31. create a "yacc.make" file. I've also fixed a bug in "output.c", (which I 
  32. have sent back to the BSD folk to add to their next release). This way I 
  33. can easily patch and update to future revisions of yacc. -- Parag Patel 
  34. <parag@sde.hp.com> (20 Oct 1991).
  35.  
  36.  Name  =  Alpha.4.01.cpt
  37.  Path =  AMUG CD:Files:Prog:A:Alpha.4.01.cpt
  38.  Size:196K         Date:11/16/91         Version: 
  39.  AMUG file information and description:
  40.  All documentation is contained in the online help, which can be found 
  41. under the Apple menu for pre-7.0 systems and under the balloon help menu 
  42. for 7.0 and above ALPHA needs the file 'AlphaBits' to work properly. This 
  43. file contains both machine dependent and machine independent portions. The 
  44. default configuration is for a MacII keyboard. If you don't have a keyboard
  45. with a 'control' key, comment out the line
  46.     '#define    MACII'    
  47. in the 'AlphaBits' file and restart.
  48. Alpha needs at least System 6.0 to work correctly.
  49.  
  50.  Name  =  Pocket Forth rel.5.cpt
  51.  Path =  AMUG CD:Files:Prog:N-P:Pocket Forth rel.5.cpt
  52.  Size:148K         Date:11/06/91         Version: 
  53.  AMUG file information and description:
  54.  Pocket Forth is a simple interpreter that can execute code or compile it 
  55. into a dictionary for later execution.  Source code text is typed from the 
  56. keyboard, pasted from the clipboard or loaded from a file.  The text is 
  57. interpreted one line at a time.  When the line is completed an 'ok' prompt 
  58. appears and the input sequence restarts. This is a very indepth package. 
  59. Write to the author, Chris Heilman, on CompuServe at [70566,1474], Bitnet 
  60. (heilman@pc) or through the US Mail to my personal zip code: 85066-8345.
  61.  
  62.  Name  =  LSTREZB2.CPT
  63.  Path =  AMUG CD:Files:Prog:M:LSTREZB2.CPT
  64.  Size: 29K         Date:11/06/91         Version: 1.0b2
  65.  AMUG file information and description:
  66.  ListRez 1.0b2 (9/9/91), (c) 1991 Erik A. Johnson. This is a utility that 
  67. lists all of the resources in a file and outputs it as a text file to be 
  68. read by the word processor of your choice.ListRez simply asks for a 
  69. resource file to be processed (and an output file) and extracts some info 
  70. about each resource in that file's resource fork (resource type, ID, Name, 
  71. Size, and Resource Attributes) and writes a table of this info in an output
  72. file chosen by the user. This is a Beta version, and has only been tested 
  73. on my SE/30 with System 6.0.5 and on a IIci running 6.0.7, so I would 
  74. appreciate any comments about compatability or incompatability with other 
  75. configurations.
  76.  
  77.  Name  =  THINK C 5.0.1 Update.cpt
  78.  Path =  AMUG CD:Files:Prog:T:THINK C 5.0.1 Update.cpt
  79.  Size: 54K         Date:11/01/91         Version: 5.0.1
  80.  AMUG file information and description:
  81.  THINK C 5.0.1 lets you debug programs on a Macintosh with a MC68040 and 
  82. corrects some bugs in THINK C 5.0.
  83.  
  84.  Name  =  Primer source changes.cpt
  85.  Path =  AMUG CD:Files:Prog:N-P:Primer source changes.cpt
  86.  Size: 13K         Date:11/01/91         Version: 
  87.  AMUG file information and description:
  88.  This Compactor archive contains primer changes for the Mark & Reed
  89. C and Pascal programming Primers. These are program changes made
  90. necessary by the release of Think C 5.0 and Think Pascal 4.0.
  91. Original file posted by Dave Mark with a request for as wide a
  92. distribution as possible.
  93.  
  94.  Name  =  Introduction to DAL 1.1.1.cpt
  95.  Path =  AMUG CD:Files:Prog:H-K:Introduction to DAL 1.1.1.cpt
  96.  Size:155K         Date:11/01/91         Version: 1.1.1
  97.  AMUG file information and description:
  98.  This stack is designed to be an introduction to relational databases, the 
  99. SQL query language and Apple's Data Access Language. Copyrighted by Apple 
  100. Computer 1990.
  101.  
  102.  Name  =  ADEVLIST.CPT
  103.  Path =  AMUG CD:Files:Prog:A:ADEVLIST.CPT
  104.  Size:  3K         Date:10/30/91         Version: 
  105.  AMUG file information and description:
  106.  Apple Developer Tools and Platforms  - Suggested Requirement List
  107. Kent Sandvik, Apple DTS, 9/24/91  - version 1.0.3  (Alink: KSAND, Net: 
  108. ksand@apple.com) Permission is granted to republish this documentation, as 
  109. long as the text in this file is not altered or deleted. List programing 
  110. tools and necessary requirements.
  111.  
  112.  Name  =  New Versions of THINK C and...
  113.  Path =  AMUG CD:Files:Prog:N-P:New Versions of THINK C and...
  114.  Size:  7K         Date:10/14/91         Version: 
  115.  AMUG file information and description:
  116.  New Versions of THINK C and THINK Pascal Offer Speed and More Programming 
  117. PowerIn a double-strength upgrade of its Macintosh programming tools line, 
  118. Symantec recently announced THINK C Version 5.0 and THINK Pascal Version 
  119. 4.0, enhanced versions of its popular development environments. Both 
  120. products now let programmers take full advantage of System 7.0 capabilities
  121. "As the market leader in Macintosh development environments, Symantec
  122. strives to provide programmers with strong tools that fully exploit the 
  123. latest technology", says Symantec president Gordon Eubanks. Read inside for
  124. upgrade info on Think C.
  125.  
  126.  Name  =  MacsBug 6.2.1.cpt
  127.  Path =  AMUG CD:Files:Prog:M:MacsBug 6.2.1.cpt
  128.  Size:223K         Date: 9/29/91         Version: 6.2.1
  129.  AMUG file information and description:
  130.  MacsBug 6.2.1 supports the Macintosh Plus and all newer Macintosh models. 
  131. These are the Macintosh Plus, SE, II, IIx,IIcx, SE30, Portable, IIci, IIfx,
  132. Classic, IIsi and LC. MacsBug 6.2.1 works reliably with all Apple monitors 
  133. and all third-party monitors if their slot ROM and driver software have 
  134. been designed according to the guidelines presented in Designing Cards and 
  135. Drivers for the Macintosh II and Macintosh SE, with and without 32 bit 
  136. QuickDraw.
  137.  
  138.  Name  =  DISCIPLINE 2.0.1.CPT
  139.  Path =  AMUG CD:Files:Prog:D-G:DISCIPLINE 2.0.1.CPT
  140.  Size: 86K         Date: 9/28/91         Version: 2.0.1
  141.  AMUG file information and description:
  142.  Discipline will check variables as they are passed into traps to insure the
  143. data is valid. Additional information can be gained by contacting APDA.
  144. All software Copyright (C) 1991 Apple Computer Inc. unless otherwise noted;
  145. all rights reserved except as expressly provided. Apple,APDA, Discipline, 
  146. Debugger,2.0.1.
  147.  
  148.  Name  =  About Apple Development Product
  149.  Path =  AMUG CD:Files:Prog:A:About Apple Development Product
  150.  Size: 11K         Date: 9/28/91         Version: 
  151.  AMUG file information and description:
  152.  Listed in this file is a wide variety of development-oriented services 
  153. available from Apple and third-party vendors.  Additional information is 
  154. available in the Developer Services icon on AppleLink. Includes listiings 
  155. of products and developer associations.
  156.  
  157.  Name  =  Macintosh Price List
  158.  Path =  AMUG CD:Files:Prog:M:Macintosh Price List
  159.  Size: 19K         Date: 9/13/91         Version: 7-24-91
  160.  AMUG file information and description:
  161.  APDA MACINTOSH EXTERNAL PRICE LIST for JULY 24, 1991. This file contains 
  162. the following alphabetized sections Macintosh, A/UX, HyperCard, Networking 
  163. & Communications, Site Licensed Products, Technical Resources, Apple 
  164. Appeal, Other Products.
  165.  
  166.  
  167.  Name  =  XcShell.cpt
  168.  Path =  AMUG CD:Files:Prog:U-Z:XcShell.cpt
  169.  Size: 28K         Date: 9/09/91         Version: 
  170.  AMUG file information and description:
  171.  XcShell is a Think C 5.0 Multi-Segment XCMD Shell derived from a well 
  172. tested XCMD product I own .  It provides a number of usefull functions for 
  173. Hypercard developers.  The archive file included in this DL is a compactor 
  174. file containing complete source code; a sample resource file and Hypercard 
  175. stack which uses the XCMD shell. The source code is provided as shareware 
  176. with an appropriate license allowing the user to incorporate it into their 
  177. code at no cost, and encouraging further distribution.  Ah yes, I will
  178. provide some limited support if needed and time permits.
  179.  
  180.  Name  =  C++ CDEV.cpt
  181.  Path =  AMUG CD:Files:Prog:B-C:C++ CDEV.cpt
  182.  Size: 24K         Date: 9/09/91         Version: 
  183.  AMUG file information and description:
  184.  This Compactor Deluxe Archive contains an example of a C++ base class 
  185. (TControlPanel) that implements a control panel device (cdev) and is based 
  186. on the C++/Stand Alone code as described in Develop magazine. Keywords: 
  187. C++, Control Panel, cdev.
  188.  
  189.  Name  =  BarMaid.cpt
  190.  Path =  AMUG CD:Files:Prog:B-C:BarMaid.cpt
  191.  Size: 77K         Date: 9/09/91         Version: 
  192.  AMUG file information and description:
  193.  Choose whether you want a text or graphic window, and select horizontal or 
  194. ertical scroll bars - or both. The BarMaid application will then generate 
  195. Pascal code to operate your scroll bars and scroll the contents of your 
  196. window. Text windows will scroll proportionally as you vary the length of 
  197. your edit record.  Shareware aplication. Compressed with Compact Pro.
  198.  
  199.  Name  =  Ultra Drag1.0b1
  200.  Path =  AMUG CD:Files:Prog:U-Z:Ultra Drag1.0b1
  201.  Size:282K         Date: 9/06/91         Version: 1.0b1
  202.  AMUG file information and description:
  203.  The core functionality for the dragging of color icons is in two units: 
  204. UOffscreenManager and UIconDragging. MNothing, UNothing, and 
  205. UReliefGridView are used in the demonstration example only. Dragging icons 
  206. uses multiple offscreen pixmaps, one for each GDevice,for performance 
  207. reasons, since each GDevice has its own color table and depth. Using one 
  208. pixmap to mirror all GDevices would require QuickDraw to make adjustments 
  209. for these differences when pixmaps are blitted between "incompatible" 
  210. GDevices.  This is very inefficient.Instead, each GDevice has its own 
  211. compatible pixmap that is used whenthe area around the icon intersects that
  212. GDevice.
  213.  
  214.  Name  =  MacHack91entries.cpt
  215.  Path =  AMUG CD:Files:Prog:M:MacHack91entries.cpt
  216.  Size: 20K         Date: 9/06/91         Version: 
  217.  AMUG file information and description:
  218.  This is a HyperCard 2.0 stack describing the MacHack 1991 entries and what 
  219. they do. Interesting System 7.0 application and quick programing at its 
  220. best.
  221.  
  222.  Name  =  Colorhack.cpt
  223.  Path =  AMUG CD:Files:Prog:B-C:Colorhack.cpt
  224.  Size: 20K         Date: 9/06/91         Version: 
  225.  AMUG file information and description:
  226.  The 'ColorHack' color text hack for MPW 3.2 and Symantec C. Written by Ray 
  227. Sanders and by Steve Antonakes at MacHack 1991. This hack implements the 
  228. ability to have your C reserved keywords show up in color on a MacII. The 
  229. requirements are that your machine has Color Quickdraw and 4 or 8 bit color
  230. is turned on.
  231.  
  232.  Name  =  STAND-ALONE GESTALT.CPT
  233.  Path =  AMUG CD:Files:Prog:S:STAND-ALONE GESTALT.CPT
  234.  Size:  3K         Date: 8/28/91         Version: 
  235.  AMUG file information and description:
  236.  A teach text doc to explain how to use stand-alone Gestalt code .. useful
  237. for people who use old compilers without the necessary Gestalt Glue inter-
  238. face. Contains the code module .. GEST resource .. in the resource fork of
  239. the file.
  240.  
  241.  Name  =  Serius Demo.cpt
  242.  Path =  AMUG CD:Files:Prog:S:Serius Demo.cpt
  243.  Size:358K         Date: 8/28/91         Version: 2.0
  244.  AMUG file information and description:
  245.  DEMO of Serius Programmer V2.0. THis is an icon based programming 
  246. environment suitable for those of us that would like to try programming but
  247. cannot deal with the complexity of a "normal" text based language. It is 
  248. simple, quick, and fun. Free but subject to the Serius Corp. Copyright and 
  249. licensing. Uploaded from a demo disk distributed at the recent Expo. Have 
  250. fun! Self-extracting compressed file. Keywords ICON BASED PROGRAMMING Demo.
  251.  
  252.  Name  =  Mac gperf 1.9.cpt
  253.  Path =  AMUG CD:Files:Prog:M:Mac gperf 1.9.cpt
  254.  Size:151K         Date: 8/28/91         Version: 1.9
  255.  AMUG file information and description:
  256.  This is a port of GNU gperf, a program that creates near-minimal perfect 
  257. hash functions from a list of keywords supplied to it. I've provided both 
  258. MPW C and Think C versions (source); the port is minimal, but it works. 
  259. Perfect hash functions are great! Much better than any other general search
  260. technique when the set of keywords is fixed (ie language keywords, Mac 
  261. Toolbox names, etc).
  262.  
  263.  Name  =  YACC.cpt
  264.  Path =  AMUG CD:Files:Prog:U-Z:YACC.cpt
  265.  Size:103K         Date: 8/28/91         Version: 
  266.  AMUG file information and description:
  267.  Yacc: Yet Another Compiler-Compiler. Stephen C. Johnson
  268. Computer program input generally has some structure; in fact, every 
  269. computer program that does input can be thought of as defining an “input 
  270. language” which it accepts. An input language may be as complex as a 
  271. programming language, or as simple as a sequence of numbers. Unfortunately,
  272. usual input facilities are limited, difficult to use, and often are lax 
  273. about checking their inputs for validity. Yacc provides a general tool for 
  274. describing the input to a computer program. 
  275.  
  276.  Name  =  Translate.cpt
  277.  Path =  AMUG CD:Files:Prog:T:Translate.cpt
  278.  Size:  6K         Date: 8/28/91         Version: 
  279.  AMUG file information and description:
  280.  Translate is a dcmd (MacsBug command), which displays information
  281. relative to the way the PMMU will translate virtual addresses into
  282. physical addresses. It is an emulation of the command PTEST, but gives
  283. much more details. It is primarly for people who hack into their computer
  284. or program very subtle things which require physical addresses (anything
  285. that deals with a hardware device for instance). The normal end-user should
  286. not worry about this program. Translate is © Copyright by Alain Raynaud 
  287. (that's me !), but can be copyed angiven freely. I can be reached at 
  288. Alain Raynaud, SUPELEC, Plateau de Moulon, 91192 Gif Sur Yvette Cedex, 
  289. FRANCE. E-Mail: Raynaud@Frese51.Bitnet.
  290.  
  291.  Name  =  Regexp.sea
  292.  Path =  AMUG CD:Files:Prog:Q-R:Regexp.sea
  293.  Size: 43K         Date: 8/28/91         Version: 
  294.  AMUG file information and description:
  295.  By Donald S. Klett, This is a simple port of the regular expression package
  296. as developed by Henry Spencer at the University of Toronto.  All source 
  297. code comments have been retained and the only changes made in the source 
  298. were those needed to compile and execute successfully under THINK C 4.02.As
  299. a reference point, the port was done on a Mac SE with 4MB RAM, running 
  300. 6.0.7 under Multifinder. There are two additional files: regproto.h and 
  301. tryproto.h, which are the function prototype headers.  The source code 
  302. changes involved the addition of #include statements and the conversion of 
  303. int types to long types. 
  304.  
  305.  Name  =  QB Graphics.sea
  306.  Path =  AMUG CD:Files:Prog:Q-R:QB Graphics.sea
  307.  Size: 37K         Date: 8/28/91         Version: 
  308.  AMUG file information and description:
  309.  These are Microsoft Macintosh QuickBASIC programs I developed for a 
  310. class on microcomputer graphics.  The programs cover graphics 
  311. primitives, segmentation, animation techniques, user interface design, 
  312. and 2D and 3D image transformation.  An attempt (!) was made to use good 
  313. code structure, including extensive use of subprograms and documentation 
  314. of potentially-obscure instructions (unlike the examples provided by 
  315. Microsoft!).  I chose to explicitly declare all variables even though 
  316. QuickBASIC doesn't require declaration of non-array variables. © 1991 Ralph
  317. Gonzalez, PO Box 54, Newark, DE 19711, USA.
  318.  
  319.  Name  =  ProtoClip.sea
  320.  Path =  AMUG CD:Files:Prog:N-P:ProtoClip.sea
  321.  Size: 47K         Date: 8/28/91         Version: 
  322.  AMUG file information and description:
  323.  Protoclip by Alex D. Chaffee (chaffee@reed.bitnet, AOL:AlexCh, 
  324. CIS:71210,1117) Copyright © 1991 Alex Chaffee. Permission granted to change
  325. and distribute freely, provided all changes are documented. This FKEY takes
  326. any C source code in the clipboard and converts it into a list of ANSI 
  327. prototypes. The prototyping code is based on a Unix program called mkptypes
  328. by Eric R. Smith (ersmith@uwovax.uwo.ca or @uwovax.bitnet). Since it's in 
  329. the public domain, protoclip is freeware.
  330.  
  331.  Name  =  Patch Ext.sea
  332.  Path =  AMUG CD:Files:Prog:N-P:Patch Ext.sea
  333.  Size: 25K         Date: 8/28/91         Version: 
  334.  AMUG file information and description:
  335.  PATCH EXTENSION for QuicKeys 2(tm). (c) Copyright David Hoerl 1991. 
  336. Abstract: Patch Extension removes the need for system restarts during each 
  337. edit-compile-load-test cycle when developing QuicKeys 2(tm) Extensions. It 
  338. consists of a code resource which temporarily substitutes for your "real" 
  339. execution routine. It's primary purpose is to open and close your "real" 
  340. extension located in a separate resource file (located in the system 
  341. folder) so that your can go through an unlimited number of 
  342. edit-compile-load-test cycles without rebooting your system each time.  
  343.  
  344.  Name  =  MPWPascalTips
  345.  Path =  AMUG CD:Files:Prog:M:MPWPascalTips
  346.  Size: 22K         Date: 8/28/91         Version: 
  347.  AMUG file information and description:
  348.  Includes Tips for MPWPascal from Outside VAMP a Netherlands Programing
  349. BBS. For more  information contact: John Sinteur; lid, Outside VAMP, 
  350. Strawinskypad 82 2324 DB Leiden, 01830 - 24307 (werk) 071 - 317146 (thuis).
  351.  
  352.  Name  =  Lex.cpt
  353.  Path =  AMUG CD:Files:Prog:M:Lex.cpt
  354.  Size:131K         Date: 8/28/91         Version: 
  355.  AMUG file information and description:
  356.  LEX transforms a regular-expression grammar and associated action routines 
  357. into a C function and set of tables, yielding a table-driven lexical 
  358. analyser which manages to be compact and rapid. DECUS Structured Languages 
  359. SIG Version of 30-Oct-82.Charles H. Forsyth, University of Waterloo, 
  360. Waterloo, Ontario, N2L 3G1Canada Revised by Robert B. Denny & Martin Minow.
  361.  
  362.  Name  =  ResEdit 2.1.1.dd.2
  363.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1.dd.2
  364.  Size:200K         Date: 8/04/91         Version: 2.1.1
  365.  AMUG file information and description:
  366.  ResEdit from Apple Computer, version 2.1.1. A change document is included, 
  367. a TeachText file, listing changes and most importantly bug fixes included 
  368. in ResEdit 2.1.1. All software Copyright (C) 1991 Apple Computer Inc. 
  369. unless otherwise noted; all rights reserved. Ths is section 2 of 2 parts. 
  370. Use Disk Doubler 3.7 to join and decompress BOTH sections Resedit211.1 and 
  371. Resedit211.2.
  372.  
  373.  Name  =  Window Elephant 1.0d5.cpt
  374.  Path =  AMUG CD:Files:Prog:U-Z:Window Elephant 1.0d5.cpt
  375.  Size:  8K         Date: 8/04/91         Version: 1.0d5
  376.  AMUG file information and description:
  377.  This is an INIT which remembers where you last positioned the THINK C 
  378. Source and Data windows.  Very handy - see about doc for more information.
  379. Keywords: THINK,WINDOW,ELEPHANT,DEBUGGER,INIT. Use Compactor Pro to 
  380. decompress.
  381.  
  382.  Name  =  SYS7HELPERS.CPT
  383.  Path =  AMUG CD:Files:Prog:S:SYS7HELPERS.CPT
  384.  Size: 23K         Date: 8/04/91         Version: 
  385.  AMUG file information and description:
  386.  You may find these System 7.0 friendly utilities useful as a programmer.
  387. It contains two desk accessories (dfil) and one Control Panel (cdev) for
  388. tracking the new traps, locating low memory globals and hex-binary con-
  389. version. Turn on balloon help for each one for instructions. Keywords: 
  390. Sys7friendly, cdev, dfil. Decompress with Compactor Pro.
  391.  
  392.  Name  =  ResEdit 2.1.1.dd.1
  393.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1.dd.1
  394.  Size:231K         Date: 8/04/91         Version: 2.1.1
  395.  AMUG file information and description:
  396.  ResEdit from Apple Computer, version 2.1.1. A change document is included, 
  397. a TeachText file, listing changes and most importantly bug fixes included 
  398. in ResEdit 2.1.1. All software Copyright (C) 1991 Apple Computer Inc. 
  399. unless otherwise noted; all rights reserved. Ths is section 1 of 2 parts. 
  400. Use Disk Doubler 3.7 to join and decompress BOTH sections Resedit211.1 and 
  401. Resedit211.2.
  402.  
  403.  Name  =  ResEdit 2.1.1 Extensions.dd
  404.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1 Extensions.dd
  405.  Size: 88K         Date: 8/04/91         Version: 
  406.  AMUG file information and description:
  407.  Resedit Extensions for 2.1.1 - A CODE resource disassembler provides the
  408. capability to view 'CODE' and code-like resources. A keyboard icon editor
  409. provides color pixel editing of 'kcs#', 'kcs4', and 'kcs8' resources. These
  410. two editors can be installed in ResEdit 2.1 or later. All software 
  411. Copyright (C) 1991 Apple Computer Inc. All rights reserved.Use Disk Doubler
  412. 3.7 to decompress.
  413.  
  414.  Name  =  ResEdit 2.1.1 Examples.dd
  415.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1 Examples.dd
  416.  Size: 52K         Date: 8/04/91         Version: 
  417.  AMUG file information and description:
  418.  This file contains examples fror Resedit 2.1.1. All software Copyright (C) 
  419. 1991 Apple Computer Inc. All rights reserved. Use Disk Doubler 3.7 to 
  420. decompress.
  421.  
  422.  Name  =  The 040 on the Mac
  423.  Path =  AMUG CD:Files:Prog:T:The 040 on the Mac
  424.  Size: 13K         Date: 7/28/91         Version: 
  425.  AMUG file information and description:
  426.  Daystar Digital recently released this "White Paper" which outlines the
  427. reasons why Daystar will not release a 68040 accelerator for the Macintosh
  428. until Apple Computer releases a 68040-based Macintosh. Several people have
  429. questioned the contents of this document, and one person at Motorola has
  430. written a rebuttal to this document. Interesting reading if you are 
  431. planning on an accelerator purchase. Also see file Motorolarebu, which is 
  432. the Motorola rebuttal. Keywords: Daystar,Motorola,68040,Accelerator,System 
  433. 7,Radius,Rocket.
  434.  
  435.  Name  =  Motorola rebuttal.cp
  436.  Path =  AMUG CD:Files:Prog:M:Motorola rebuttal.cp
  437.  Size: 27K         Date: 7/28/91         Version: 
  438.  AMUG file information and description:
  439.  In response to Daystar Digital's "White Paper" about the 68040, Motorola
  440. has written this response. Interesting reading. See  The040ontheM for
  441. the Daystar document. Keywords: Motorola,Daystar,68040,Accelerator,System 
  442. 7,Radius,Rocket.
  443.  
  444.  Name  =  TechNoteStack4.0.1.5
  445.  Path =  AMUG CD:Files:Prog:T:TechNoteStack4.0.1.5
  446.  Size:174K         Date: 7/24/91         Version: 4.0.1
  447.  AMUG file information and description:
  448.  This is the Macintosh Tecnical Notes version 4.0.1 in HyperCard 2.xx 
  449. format. Very useful for searching Mac Tech Notes and research. This is part
  450. 5 of 5 sections which are required to be joined using Disk Doubler 3.7. All
  451. rights reserved Apple Computer Copyright 1987-91. 
  452.  
  453.  Name  =  TechNoteStack4.0.1.4
  454.  Path =  AMUG CD:Files:Prog:T:TechNoteStack4.0.1.4
  455.  Size:211K         Date: 7/24/91         Version: 4.0.1
  456.  AMUG file information and description:
  457.  This is the Macintosh Tecnical Notes version 4.0.1 in HyperCard 2.xx 
  458. format. Very useful for searching Mac Tech Notes and research. This is part
  459. 4 of 5 sections which are required to be joined using Disk Doubler 3.7. All
  460. rights reserved Apple Computer Copyright 1987-91. 
  461.  
  462.  Name  =  TechNoteStack4.0.1.3
  463.  Path =  AMUG CD:Files:Prog:T:TechNoteStack4.0.1.3
  464.  Size:211K         Date: 7/24/91         Version: 4.0.1
  465.  AMUG file information and description:
  466.  This is the Macintosh Tecnical Notes version 4.0.1 in HyperCard 2.xx 
  467. format. Very useful for searching Mac Tech Notes and research. This is part
  468. 3 of 5 sections which are required to be joined using Disk Doubler 3.7. All
  469. rights reserved Apple Computer Copyright 1987-91. 
  470.  
  471.  Name  =  TechNoteStack4.0.1.2
  472.  Path =  AMUG CD:Files:Prog:T:TechNoteStack4.0.1.2
  473.  Size:211K         Date: 7/24/91         Version: 4.0.1
  474.  AMUG file information and description:
  475.  This is the Macintosh Tecnical Notes version 4.0.1 in HyperCard 2.xx 
  476. format. Very useful for searching Mac Tech Notes and research. This is part
  477. 2 of 5 sections which are required to be joined using Disk Doubler 3.7. All
  478. rights reserved Apple Computer Copyright 1987-91. 
  479.  
  480.  Name  =  TechNoteStack4.0.1.1
  481.  Path =  AMUG CD:Files:Prog:T:TechNoteStack4.0.1.1
  482.  Size:211K         Date: 7/24/91         Version: 4.0.1
  483.  AMUG file information and description:
  484.  This is the Macintosh Tecnical Notes version 4.0.1 in HyperCard 2.xx 
  485. format. Very useful for searching Mac Tech Notes and research. This is part
  486. 1 of 5 sections which are required to be joined using Disk Doubler 3.7. All
  487. rights reserved Apple Computer Copyright 1987-91. 
  488.  
  489.  Name  =  SpInsidMac2.0.1.7
  490.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.7
  491.  Size:138K         Date: 7/24/91         Version: 2.0.1
  492.  AMUG file information and description:
  493.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  494. useful for searching for Inside Macintosh data. This is part 7 of 7 parts 
  495. which are required to be joined using Disk Doubler 3.7. All rights reserved
  496. Apple Computer Copyright 1987-91. 
  497.  
  498.  Name  =  SpInsidMac2.0.1.6
  499.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.6
  500.  Size:211K         Date: 7/24/91         Version: 2.0.1
  501.  AMUG file information and description:
  502.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  503. useful for searching for Inside Macintosh data. This is part 6 of 7 parts 
  504. which are required to be joined using Disk Doubler 3.7. All rights reserved
  505. Apple Computer Copyright 1987-91. 
  506.  
  507.  Name  =  SpInsidMac2.0.1.5
  508.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.5
  509.  Size:211K         Date: 7/24/91         Version: 2.0.1
  510.  AMUG file information and description:
  511.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  512. useful for searching for Inside Macintosh data. This is part 5 of 7 parts 
  513. which are required to be joined using Disk Doubler 3.7. All rights reserved
  514. Apple Computer Copyright 1987-91. 
  515.  
  516.  Name  =  SpInsidMac2.0.1.4
  517.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.4
  518.  Size:211K         Date: 7/24/91         Version: 2.0.1
  519.  AMUG file information and description:
  520.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  521. useful for searching for Inside Macintosh data. This is part 4 of 7 parts 
  522. which are required to be joined using Disk Doubler 3.7. All rights reserved
  523. Apple Computer Copyright 1987-91. 
  524.  
  525.  Name  =  SpInsidMac2.0.1.3
  526.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.3
  527.  Size:211K         Date: 7/24/91         Version: 2.0.1
  528.  AMUG file information and description:
  529.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  530. useful for searching for Inside Macintosh data. This is part 3 of 7 parts 
  531. which are required to be joined using Disk Doubler 3.7. All rights reserved
  532. Apple Computer Copyright 1987-91. 
  533.  
  534.  Name  =  SpInsidMac2.0.1.2
  535.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.2
  536.  Size:211K         Date: 7/24/91         Version: 2.0.1
  537.  AMUG file information and description:
  538.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  539. useful for searching for Inside Macintosh data. This is part 2 of 7 parts 
  540. which are required to be joined using Disk Doubler 3.7. All rights reserved
  541. Apple Computer Copyright 1987-91. 
  542.  
  543.  Name  =  SpInsidMac2.0.1.1
  544.  Path =  AMUG CD:Files:Prog:S:SpInsidMac2.0.1.1
  545.  Size:211K         Date: 7/24/91         Version: 2.0.1
  546.  AMUG file information and description:
  547.  This is SpInside Macintosh version 2.0.1 in HyperCard 2.xx format. Very 
  548. useful for searching for Inside Macintosh data. This is part 1 of 7 parts 
  549. which are required to be joined using Disk Doubler 3.7. All rights reserved
  550. Apple Computer Copyright 1987-91. 
  551.  
  552.  Name  =  TransSkel2p.cpt
  553.  Path =  AMUG CD:Files:Prog:T:TransSkel2p.cpt
  554.  Size: 70K         Date: 7/24/91         Version: 2.0p
  555.  AMUG file information and description:
  556.  Version 2.0 of Paul Dubois' TranSkel program, converted to Pascal. Examples
  557. and documentation included. Compactor file.
  558.  
  559.  Name  =  TransDisplay2p.cpt
  560.  Path =  AMUG CD:Files:Prog:T:TransDisplay2p.cpt
  561.  Size: 37K         Date: 7/24/91         Version: 
  562.  AMUG file information and description:
  563.  Library of Pascal routines for text formatting and display (not editing) in
  564. windows. Used with TranSkel 2.0 -- Pascal. Documentation and examples 
  565. included. Can be used with Think, TML or MPW Pascal. Compactor file.
  566.  
  567.  Name  =  TOILTRSC.cpt
  568.  Path =  AMUG CD:Files:Prog:T:TOILTRSC.cpt
  569.  Size:  8K         Date: 7/24/91         Version: 
  570.  AMUG file information and description:
  571.  This is a complete set of "toilet" resources for those who use RESEDIT. 
  572. it includes string resources to fully update the finder comments. Enjoy!
  573.  
  574.  Name  =  Think Pascal 3.0.2.cpt.#2
  575.  Path =  AMUG CD:Files:Prog:T:Think Pascal 3.0.2.cpt.#2
  576.  Size: 96K         Date: 7/24/91         Version: 3.0.2
  577.  AMUG file information and description:
  578.  Updates Think Pascal to version 3.0.2, compatible with System 7 (including 
  579. System 7 interfaces). Segmented Compact Pro file, part 2 of 2.
  580.  
  581.  Name  =  Think Pascal 3.0.2.cpt.#1
  582.  Path =  AMUG CD:Files:Prog:T:Think Pascal 3.0.2.cpt.#1
  583.  Size:251K         Date: 7/24/91         Version: 3.0.2
  584.  AMUG file information and description:
  585.  Updates Think Pascal to version 3.0.2, compatible with System 7 (including 
  586. System 7 interfaces). Segmented Compact Pro file, part 1 of 2.
  587.  
  588.  Name  =  Think C 4.0.5.cpt.#3
  589.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#3
  590.  Size:218K         Date: 7/24/91         Version: 4.0.5
  591.  AMUG file information and description:
  592.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  593. System 7 interfaces). Segmented Compact Pro file, part 3 of 3.
  594.  
  595.  Name  =  Think C 4.0.5.cpt.#2
  596.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#2
  597.  Size:251K         Date: 7/24/91         Version: 4.0.5
  598.  AMUG file information and description:
  599.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  600. System 7 interfaces). Segmented Compact Pro file, part 2 of 3.
  601.  
  602.  Name  =  Think C 4.0.5.cpt.#1
  603.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#1
  604.  Size:251K         Date: 7/24/91         Version: 4.0.5
  605.  AMUG file information and description:
  606.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  607. System 7 interfaces). Segmented Compact Pro file, part 1 of 3.
  608.  
  609.  Name  =  The Journal.dd
  610.  Path =  AMUG CD:Files:Prog:T:The Journal.dd
  611.  Size: 61K         Date: 7/24/91         Version: 
  612.  AMUG file information and description:
  613.  This is a cdev/INIT/DRVR combination that takes advantage of the journaling
  614. mechanism of the Event Manager (Inside Mac vol I). The archive contains 
  615. full ThinkC source for all components. The code and driver are public 
  616. domain and free... enjoy. Use Disk Doubler 3.7 to decompress.
  617.  
  618.  Name  =  Terminal 2.1 Source Code.cpt
  619.  Path =  AMUG CD:Files:Prog:T:Terminal 2.1 Source Code.cpt
  620.  Size:165K         Date: 7/24/91         Version: 2.1
  621.  AMUG file information and description:
  622.  Think C source code to Terminal 211, a full-featured communications program
  623. with XModem and ZModem file transfers and many other features. Compactor 
  624. file.
  625.  
  626.  Name  =  SurferPlus.dd
  627.  Path =  AMUG CD:Files:Prog:S:SurferPlus.dd
  628.  Size:252K         Date: 7/24/91         Version: 
  629.  AMUG file information and description:
  630.  SurferPlus contains sample Communications Toolbox application and source 
  631. code in C. Use Disk Doubler 3.7 to decompress.
  632.  
  633.  Name  =  StuffIt Engine™.MacWrite.dd
  634.  Path =  AMUG CD:Files:Prog:S:StuffIt Engine™.MacWrite.dd
  635.  Size: 13K         Date: 7/24/91         Version: 
  636.  AMUG file information and description:
  637.  MacWrite document describes the Compactor Engine and how to call it. The 
  638. Compctr Engine allows third party developers to add Stuffing and UnStuffing
  639. to their applications. Developers already using this feature include 
  640. Aladdin, CE Software, Microsoft and even Apple Computer. Use Disk Doubler 
  641. 3.7 to decompress.
  642.  
  643.  Name  =  Stringifier.dd
  644.  Path =  AMUG CD:Files:Prog:S:Stringifier.dd
  645.  Size: 22K         Date: 7/24/91         Version: 
  646.  AMUG file information and description:
  647.  Stringifier is designed to let you import plain old text files into STR# 
  648. resources. The strings in the text files can be separated (delimited) by a 
  649. choice of characters such as carriage returns, tabs, etc.  This allows you 
  650. to manage your strings outside of ResEdit and simply import them into your 
  651. program after making an update. For minor changes you can still use 
  652. ResEdit. Stringifier has a TRUE MAC INTERFACE. If you're using the 
  653. competing program Text->Res you'll enjoy the smoothness and completeness of
  654. Stringifier. Shareware ($12) by Gary Kowalski. Use Disk Doubler 3.7 to 
  655. decompress.
  656.  
  657.  Name  =  StringFunctions.cpt
  658.  Path =  AMUG CD:Files:Prog:S:StringFunctions.cpt
  659.  Size:  4K         Date: 7/24/91         Version: 9/90
  660.  AMUG file information and description:
  661.  Handy Pascal string functions written by Jon Wind include routines to 
  662. create, retrieve and change STR  and STR# resources. Also included are 
  663. string conversion to lower case (including diacriticals) and word 
  664. capitalization. Free. Compactor file.
  665.  
  666.  Name  =  StopWatc.cpt
  667.  Path =  AMUG CD:Files:Prog:S:StopWatc.cpt
  668.  Size: 14K         Date: 7/24/91         Version: 1.1
  669.  AMUG file information and description:
  670.  main purpose of timing and comparing applications and procedures.
  671. StopWatch is a free utility written using Think C 4.0.5.  Its main purpose 
  672. is to make it easier to time and compare applications, procedures and
  673. programs, but it can also be used as an event-logger.  It is primarily
  674. intended for use with MultiFinder, though this is not mandatory. 
  675. The main features are 1)  It will count up or down from a specified time 
  676. 2) It can count in tenths of seconds etc. Compact Pro Archive.
  677.  
  678.  Name  =  snd Editor.cpt
  679.  Path =  AMUG CD:Files:Prog:S:snd Editor.cpt
  680.  Size:  6K         Date: 7/24/91         Version: 
  681.  AMUG file information and description:
  682.  ResEdit 2.1 template to edit snd resources. Compactor Pro file.
  683.  
  684.  Name  =  sfCL Update.dd
  685.  Path =  AMUG CD:Files:Prog:S:sfCL Update.dd
  686.  Size: 45K         Date: 7/24/91         Version: 
  687.  AMUG file information and description:
  688.  Update to sf Class Library (sfCL) fixes bugs. Use Disk Doubler 3.7 to 
  689. decompress.
  690.  
  691.  Name  =  SERIAL.PAS
  692.  Path =  AMUG CD:Files:Prog:S:SERIAL.PAS
  693.  Size:  3K         Date: 7/24/91         Version: 
  694.  AMUG file information and description:
  695.  Very simple Think Pascal program that shows how to use the serial driver to
  696. transmit data over the modem port. It impeements a trivial terminal 
  697. emulator. Use Disk Doubler 3.7 to decompress.
  698.  
  699.  Name  =  PixelFlipper src.dd
  700.  Path =  AMUG CD:Files:Prog:N-P:PixelFlipper src.dd
  701.  Size: 42K         Date: 7/24/91         Version: 
  702.  AMUG file information and description:
  703.  C source code for Pixel Flipper 1.0.1b2, which allows you to change the 
  704. screen depth of your monitor. Does many functions performed by Apple's 
  705. Monitors cdev without the need for a time-consuming trip to the Conbtrol 
  706. Panel. Has popup menus and  should work with multiple monitors. Mac 
  707. II-series only. Use Disk Doubler 3.7 to decompress.
  708.  
  709.  Name  =  Password.dd
  710.  Path =  AMUG CD:Files:Prog:N-P:Password.dd
  711.  Size:  7K         Date: 7/24/91         Version: 
  712.  AMUG file information and description:
  713.  Pascal example code handles "blind" password entry in a modal dialog. 
  714. Use Disk Doubler 3.7 to decompress.
  715.  
  716.  Name  =  one liners
  717.  Path =  AMUG CD:Files:Prog:N-P:one liners
  718.  Size:  5K         Date: 7/24/91         Version: 
  719.  AMUG file information and description:
  720.  Great collection of brief bits of programming advice and tricks. Compctr 
  721. file. Decompress with Disk Doubler 3.7.
  722.  
  723.  Name  =  NodeCompilerSrc.cpt
  724.  Path =  AMUG CD:Files:Prog:N-P:NodeCompilerSrc.cpt
  725.  Size:  4K         Date: 7/24/91         Version: 
  726.  AMUG file information and description:
  727.  Think C source code for Michael Connick Tabby Node Compiler routines. 
  728. Compactor file.
  729.  
  730.  Name  =  LSC XCMD 2.0.cpt
  731.  Path =  AMUG CD:Files:Prog:M:LSC XCMD 2.0.cpt
  732.  Size: 53K         Date: 7/24/91         Version: 2.0
  733.  AMUG file information and description:
  734.  This is an unofficial conversion of Apple's HyperCard 2.0 XCMD interface to
  735. THINK C 4.0x by Nigel Perry of London. Compact Pro.
  736.  
  737.  Name  =  LinkedList.cpt
  738.  Path =  AMUG CD:Files:Prog:M:LinkedList.cpt
  739.  Size: 46K         Date: 7/24/91         Version: 
  740.  AMUG file information and description:
  741.  Think Pascal source code example of linked lists, dealing with files, the 
  742. operating system, relocatable handles, pointers, memory management and 
  743. more. Compactor file.
  744.  
  745.  Name  =  Inside Mac DA 2.4.cpt
  746.  Path =  AMUG CD:Files:Prog:H-K:Inside Mac DA 2.4.cpt
  747.  Size: 36K         Date: 7/24/91         Version: 2.4
  748.  AMUG file information and description:
  749.  Indexed listing of Mac ROM Toolbox calls accessible from a Desk Accessory. 
  750. Just type the first few letters of the call, then Cut or Copy it to the 
  751. clipboard, ready to Paste into your source code! Version 2.4 US. Written by
  752. Arne Schirmacher of Langen, Germany. Includes Pascal and Assembler source 
  753. code. Free. Compactor file.
  754.  
  755.  Name  =  GNU Chess 3.0.cpt
  756.  Path =  AMUG CD:Files:Prog:D-G:GNU Chess 3.0.cpt
  757.  Size:129K         Date: 7/24/91         Version: 
  758.  AMUG file information and description:
  759.  Macintosh implementation of GNU Chess 3.0, though not by GNU themselves.
  760. It is a very nice Mac-like program, and comes with COMPLETE SOURCES in
  761. Think C 4.0, though it should be usuable with MPW or other C compilers on
  762. the Mac. Worth a look! Compact Pro file.
  763.  
  764.  Name  =  Floating Archive.dd
  765.  Path =  AMUG CD:Files:Prog:D-G:Floating Archive.dd
  766.  Size: 44K         Date: 7/24/91         Version: 
  767.  AMUG file information and description:
  768.  Here is some source for impeementing floating windows. It's very fast and
  769. doesn't experience the slowdown when using Apple routines with many windows
  770. on the desktop. This also includes code for managing the windows and
  771. activating/deactivating windows properly. If you've ever been interested in
  772. using floating windows or are using them now, take a look at this file. 
  773. From Patrick Doane, The Unknown Software Group. Use Disk Doubler 3.7 to 
  774. decompress.
  775.  
  776.  Name  =  Fedit 3.1.cpt
  777.  Path =  AMUG CD:Files:Prog:D-G:Fedit 3.1.cpt
  778.  Size: 28K         Date: 7/24/91         Version: 
  779.  AMUG file information and description:
  780.  Version 3.1 is the last Shareware release of John Mitchell's excellent Mac 
  781. sector editor. Compactor file.
  782.  
  783.  Name  =  Drawing Tips
  784.  Path =  AMUG CD:Files:Prog:D-G:Drawing Tips
  785.  Size:  3K         Date: 7/24/91         Version: 
  786.  AMUG file information and description:
  787.  This is an explanation by Patrick Doane of four different rates of drawing,
  788. their rates, disadvantages and advantages, plus an explanation of
  789. compatability among them. Highly recommended for anyone doing high speed
  790. animation. Decompress with Disk Doubler 3.7.
  791.  
  792.  Name  =  DisAsm.dd
  793.  Path =  AMUG CD:Files:Prog:D-G:DisAsm.dd
  794.  Size: 25K         Date: 7/24/91         Version: 
  795.  AMUG file information and description:
  796.  A good public domain disassembler for the Macintosh. Use Disk Doubler 3.7 
  797. to decompress.
  798.  
  799.  Name  =  DialogUtils.cpt
  800.  Path =  AMUG CD:Files:Prog:D-G:DialogUtils.cpt
  801.  Size:  3K         Date: 7/24/91         Version: 
  802.  AMUG file information and description:
  803.  This is a file with a couple of C routines that help when using the Dialog 
  804. Manager. These routines center dialogs and alerts by using the monitor that
  805. contains the mouse, and place the dialog in the upper 1/3 of the screen.  
  806. By Phil Shapiro. Compact Pro.
  807.  
  808.  Name  =  DialogMgr.cpt
  809.  Path =  AMUG CD:Files:Prog:D-G:DialogMgr.cpt
  810.  Size: 41K         Date: 7/24/91         Version: 
  811.  AMUG file information and description:
  812.  A series of Think Pascal objects and methods to manage a dialog. In 
  813. addition to simple dialog items such as buttons, radio items and check 
  814. boxes, support is provided for the following: darwing bold ovals around 
  815. default buttons; groups of radio items, boxed witht itles at top or side of
  816. group; PopUp menus, adjusted to align with a StaticText item; adjusting 
  817. List items to exactly display a given number of items; scrolling lists and 
  818. user items; keyboard equivalents for any radio item, check box or button; 
  819. change the cursor to an I-beam wen over text items and more. Shareware 
  820. ($35) written in Think Pascal -- more than 2200 lines of code. Compactor 
  821. file.
  822.  
  823.  Name  =  DA Skeleton 2.0.cpt
  824.  Path =  AMUG CD:Files:Prog:D-G:DA Skeleton 2.0.cpt
  825.  Size:  9K         Date: 7/24/91         Version: 2.0
  826.  AMUG file information and description:
  827.  Version 2.0 of Michael Conrad's Think Pascal DA Skeleton which considerably
  828. eases the work of creating a Desk Accessory (Quoter DA was written on the 
  829. foundation of DA Skeleton 1.0). Compactor file.
  830.  
  831.  Name  =  CTherm.cpt
  832.  Path =  AMUG CD:Files:Prog:B-C:CTherm.cpt
  833.  Size: 17K         Date: 7/24/91         Version: 
  834.  AMUG file information and description:
  835.  CThermometer implements a standard thermometer object which indicates 
  836. progress of long processes. CThermometer currently has two sublasses: 
  837. CBarTherm and CPieTherm which fill a bar or a circle by a percentage sent 
  838. to them. CThermometer checks for Command-period cancellations and its 
  839. displayed message can be changed at any time. Think Pascal source is 
  840. included free. Written by Dan Rossman. Compactor file.
  841.  
  842.  Name  =  CDlog.dd
  843.  Path =  AMUG CD:Files:Prog:B-C:CDlog.dd
  844.  Size: 34K         Date: 7/24/91         Version: 
  845.  AMUG file information and description:
  846.  Think Pascal Class Library-compatible class that uses DLOG and DITL 
  847. resources to create dialogs. Modeless and modal dialogs are supported. 
  848. Includes example and bug fixes from previous versions. DD 3.7 file.
  849.  
  850.  Name  =  Browser 1.0.cpt
  851.  Path =  AMUG CD:Files:Prog:B-C:Browser 1.0.cpt
  852.  Size: 16K         Date: 7/24/91         Version: 1.0
  853.  AMUG file information and description:
  854.  MacUser programming project lets you open any file and review contents of 
  855. its resource and/or data forks. Written by Kurt W.G. Matthies. From the 
  856. 11/90 and 1/91 installments of MacUser's Power Programming column. This is 
  857. the application only. Compactor file.
  858.  
  859.  Name  =  About… 2.0.cpt
  860.  Path =  AMUG CD:Files:Prog:A:About… 2.0.cpt
  861.  Size: 43K         Date: 7/24/91         Version: 2.0
  862.  AMUG file information and description:
  863.  This THINK Pascal Library lets programmers *easily* add a scrollable text 
  864. display system, suitable for online help, to any program. New vers (2.0) 
  865. supports styled text, modeless & modal windows, copy to clipboard, key 
  866. equivs, a "clickable" icon, & more. Run demo to read docs. Comments 
  867. welcomed. A $10 SHAREWARE fee gets license & disk with source. Written by 
  868. Jon Wind [JPWIND]. Compact Pro.
  869.  
  870.  Name  =  606+gest.cpt
  871.  Path =  AMUG CD:Files:Prog:A:606+gest.cpt
  872.  Size: 21K         Date: 7/24/91         Version: 6.06
  873.  AMUG file information and description:
  874.  From the Symantec BBS, this file contains interfaces and source code for 
  875. the Sound Manager and Gestalt stuff for Think Pascal. For System 6.x, not 
  876. 7.x. Compactor.
  877.  
  878.  Name  =  4Plus 1.4.dd
  879.  Path =  AMUG CD:Files:Prog:A:4Plus 1.4.dd
  880.  Size: 83K         Date: 7/24/91         Version: 1.4
  881.  AMUG file information and description:
  882.  This is version 1.4 of 4Plus, an INIT that makes editing under THINK C
  883. easier. It provides extra popup menus for functions & methods, comments,
  884. and object hierarchy. It also provides many other tools, including a
  885. "stacked" clipboard. Version 1.4 even includes macro definition
  886. capabilities. Written by Donald Way. This version is compatible with
  887. Super Boomerang 2.0.3, although it is not compatible with AltWDEF or
  888. AltCDEF by Alex Colwell; just tell those utilities to exclude THINK C.
  889. Shareware $40. Decompress with Disk Doubler 3.7.
  890.  
  891.  Name  =  2 Panes.cpt
  892.  Path =  AMUG CD:Files:Prog:A:2 Panes.cpt
  893.  Size: 12K         Date: 7/24/91         Version: 
  894.  AMUG file information and description:
  895.  Think Class Library spreadsheet-style interface with two panes enclosed by 
  896. a single window, one scrolling horizontally while the other scrolls 
  897. vertically. Pascal code and written notes. Compactor file.
  898.  
  899.  Name  =  NAOTO HORII ON MAZ
  900.  Path =  AMUG CD:Files:Prog:N-P:NAOTO HORII ON MAZ
  901.  Size:  9K         Date: 7/20/91         Version: 
  902.  AMUG file information and description:
  903.  This is Natao Horii's response about the MaxAppleZoom expiration date
  904. situation.  Being a shareware author myself, I can understand his problems
  905. with finding time to work on version 1.4.  But then his Mac II motherboard
  906. blew.  Read on for the Rest of the Story... Keywords: natao,horii, 
  907. mazapplezoom.
  908.  
  909.  Name  =  Think-Pascal-7.0.cpt
  910.  Path =  AMUG CD:Files:Prog:T:Think-Pascal-7.0.cpt
  911.  Size:331K         Date: 7/13/91         Version: 7
  912.  AMUG file information and description:
  913.  Think Pascal libraries and interfaces necessary to take advantage of
  914. the Sys7 toolbox calls. Keywords: think,pascal,sys7,libraries.
  915.  
  916.  Name  =  Small Talk.dd
  917.  Path =  AMUG CD:Files:Prog:S:Small Talk.dd
  918.  Size: 54K         Date: 7/05/91         Version: 
  919.  AMUG file information and description:
  920.  Small Talk.dd is one of the early programing languages available for the 
  921. Macintosh. Decompress using DD 3.7.
  922.  
  923.  Name  =  DU Course Descriptions
  924.  Path =  AMUG CD:Files:Prog:D-G:DU Course Descriptions
  925.  Size:  8K         Date: 6/27/91         Version: 
  926.  AMUG file information and description:
  927.  DU Course Descriptions contains DEVELOPER UNIVERSITY COURSE DESCRIPTIONS
  928. of all classes available.
  929.  
  930.  Name  =  Uu**code.cpt
  931.  Path =  AMUG CD:Files:Prog:U-Z:Uu**code.cpt
  932.  Size: 35K         Date: 6/21/91         Version: 2.0.3
  933.  AMUG file information and description:
  934.  UUTool is back again, including a few minor fixes to UUTool 2.0.3
  935. and a Generic UENG 1.0.1 + source code ( Only realchange from. 2.0.2)
  936. uu**coding is a way of converting a binary file into printable text for
  937. transmission over an electronic medium.  This is the standard when dealing 
  938. witunix* based operating systems.  The acronym TuuU means unix-to-unix, and
  939. thutilities uuencode and uudecode are usually found wherever the 
  940. unix-to-unix copy (UUCP) program is on your unix system.  uuencoding 
  941. converts a binary file to printable text, and uudecoding coverts the text 
  942. file back to binary. Keywords: unix,uuencode,decode,binhex,hqx, text, 
  943. wink,wink,nudge,nudge.
  944.  
  945.  Name  =  ResEdit7.0TMPLs.cpt
  946.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit7.0TMPLs.cpt
  947.  Size:  4K         Date: 6/17/91         Version: 7.0
  948.  AMUG file information and description:
  949.  This file contains System 7.0 templates for Resedit. Compressed in Compctr 
  950. format.
  951.  
  952.  Name  =  TrueType™ Test Tool.dd
  953.  Path =  AMUG CD:Files:Prog:T:TrueType™ Test Tool.dd
  954.  Size:573K         Date: 5/25/91         Version: 1.24
  955.  AMUG file information and description:
  956.  This file contains Flirt 1.24 for testing fonts and as a programer tool for
  957. font development.
  958.  
  959.  Name  =  THINK Pascal 3.0.2 Update.dd
  960.  Path =  AMUG CD:Files:Prog:T:THINK Pascal 3.0.2 Update.dd
  961.  Size: 19K         Date: 5/25/91         Version: 
  962.  AMUG file information and description:
  963.  THINK Pascal 3.0.2 Update direct from Symantec for System 7.0 
  964. compatability.
  965.  
  966.  Name  =  THINK C 4.0.5 Update.dd
  967.  Path =  AMUG CD:Files:Prog:T:THINK C 4.0.5 Update.dd
  968.  Size: 59K         Date: 5/25/91         Version: 
  969.  AMUG file information and description:
  970.  THINK C 4.0.5 Update direct from Symantec for System 7.0 
  971. compatability.
  972.  
  973.  Name  =  BalloonWriter.dd
  974.  Path =  AMUG CD:Files:Prog:B-C:BalloonWriter.dd
  975.  Size:239K         Date: 5/25/91         Version: 
  976.  AMUG file information and description:
  977.  This file allows programers to write Balloon help into their programs. 
  978. BalloonWriter.dd uses Disk Doubler to decompress.
  979.  
  980.  Name  =  TC Prog Guide.cpt
  981.  Path =  AMUG CD:Files:Prog:T:TC Prog Guide.cpt
  982.  Size:156K         Date: 5/17/91         Version: 
  983.  AMUG file information and description:
  984.  Think C guide hypercard stack
  985.  
  986.  Name  =  Think/macsbug ƒ.dd
  987.  Path =  AMUG CD:Files:Prog:T:Think/macsbug ƒ.dd
  988.  Size:  8K         Date: 4/28/91         Version: 
  989.  AMUG file information and description:
  990.  This file contains Resedit templates to help you work with Think C and 
  991. Macsbugs more effectively.
  992.  
  993.  Name  =  Resorcerer1.0 Demo.cpt
  994.  Path =  AMUG CD:Files:Prog:Q-R:Resorcerer1.0 Demo.cpt
  995.  Size:377K         Date: 4/28/91         Version: 1.0
  996.  AMUG file information and description:
  997.  This file contains a demonstration version of Resourcerer. This program is 
  998. a replacement for Resedit and performs a wide variety of functions. The 
  999. retail version is $295. This demonstration does everything except save to 
  1000. disk. Compactor format.
  1001.  
  1002.  Name  =  Using ResEdit ƒ.dd
  1003.  Path =  AMUG CD:Files:Prog:U-Z:Using ResEdit ƒ.dd
  1004.  Size:285K         Date: 3/31/91         Version: 
  1005.  AMUG file information and description:
  1006.  Using ResEdit ƒ.dd is a Resedit trainer titled Using ResEdit by Joe Brower,
  1007. MacSolutions Senior Consultant 1987. This information covers basic 
  1008. resources and uses for Rededt and you. In Word and MacWrite format. Use 
  1009. Disk Doubler 3.1 to expand.
  1010.  
  1011.  Name  =  7.0compat.dd
  1012.  Path =  AMUG CD:Files:Prog:A:7.0compat.dd
  1013.  Size: 13K         Date: 3/30/91         Version: 
  1014.  AMUG file information and description:
  1015.  This text file prepared by Alex Lau of the BMUG BBS, in response to the 
  1016. needs of users who want this information. This info gives you system 7.0 
  1017. compatability listings. Keywords: System 7, Excel, text, Compatibility.
  1018. Use Disk Doubler 3.1 to expand.
  1019.  
  1020.  Name  =  ColorCollect.p
  1021.  Path =  AMUG CD:Files:Prog:B-C:ColorCollect.p
  1022.  Size: 16K         Date: 2/23/91         Version: 
  1023.  AMUG file information and description:
  1024.  This is a program that was sent to me by Apple Developer Technical
  1025. Services in response to a request for help. Dernit, I have already trashed
  1026. the collateral files they sent; but this Pascal code has all the important
  1027. stuff. This program builds a color table and then reads a PICT file,\
  1028. extracting colors from the PICT and inserting them into the color table.
  1029. It then assigns that color table to the current gdevice. The method used
  1030. is elliptical, to say the least -- but how else can you cope with PICTs?
  1031. Keywords: CLUT, PICT, color
  1032.  
  1033.  Name  =  SIZE Editor.cpt
  1034.  Path =  AMUG CD:Files:Prog:S:SIZE Editor.cpt
  1035.  Size:  6K         Date: 2/09/91         Version: 
  1036.  AMUG file information and description:
  1037.  This is an updated version of the SIZE editor for ResEdit. Conveniently
  1038. displays all of the flags and sizes in one window. Much easier to use than
  1039. the template that came with ResEdit and a lot better looking! New version
  1040. fixes the bug with creating a new SIZE resource and adds the two flags
  1041. left out. (This is a reupload with a major bug fix - it didn't draw the
  1042. Size and Min size fields). Compact Pro archive.Keywords: RESEDIT,RESOURCE, 
  1043. PICKER,EDITOR,SIZE,UPDATED,NEW.
  1044.  
  1045.  Name  =  About GCC/GNU Compiler
  1046.  Path =  AMUG CD:Files:Prog:A:About GCC/GNU Compiler
  1047.  Size:  6K         Date: 2/02/91         Version: 
  1048.  AMUG file information and description:
  1049.  This is the read me file for the MPW(tm) port of the GNU C compiler GCC.  I
  1050. highly suggest you read this before downloading the compiler.
  1051. This is not an official product of Apple Computer!  MPW GCC was developed 
  1052. to support Advanced Technology Group research efforts, and was deemed 
  1053. sufficiently useful to be made available to a wider audience.  If you use 
  1054. this compiler, you should be prepared to support it yourself (full sources 
  1055. are included). Keywords: MPW,GCC,Gnu,FSF,C,Compiler,ATG
  1056.  
  1057.  Name  =  MPWGCC (Sources).cpt
  1058.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Sources).cpt
  1059.  Size:826K         Date: 2/02/91         Version: 
  1060.  AMUG file information and description:
  1061.  This Compactor archive contains the source files for the MPW(tm) port 
  1062. of the GNU C compiler GCC. I highly suggest you read the file "about 
  1063. GCC/GNU compiler" before downloading this. This is not an official product 
  1064. of Apple Computer!  MPW GCC was developed to support Advanced Technology 
  1065. Group research efforts, and was deemed sufficiently useful to be made 
  1066. available to a wider audience.  If you use this compiler, you should be 
  1067. prepared to support it yourself (full sources are included). Keywords: 
  1068. MPW,GCC,Gnu,C,Compiler,FSF,ATG
  1069.  
  1070.  Name  =  MPWGCC (Misc).cpt
  1071.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Misc).cpt
  1072.  Size:581K         Date: 2/02/91         Version: 
  1073.  AMUG file information and description:
  1074.  This Compctr archive contains miscellaneous source files for the MPW(tm) 
  1075. portof the GNU C compiler GCC.  These are needed in order to have GCC 
  1076. compilitself.I highly suggest you read the file "about GCC/GNU compiler" 
  1077. before downloading this.This is not an official product of Apple Computer! 
  1078. MPW GCC was developed to support Advanced Technology Group research 
  1079. efforts, and was deemed sufficiently useful to be made available to a wider
  1080. audience.  If you use this compiler, you should be prepared to support it 
  1081. yourself (full sources are included). Keywords: MPW,Gnu,C,GCC,Compiler,FSF 
  1082.  
  1083.  Name  =  MPWGCC (Min).cpt
  1084.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Min).cpt
  1085.  Size:661K         Date: 2/02/91         Version: 
  1086.  AMUG file information and description:
  1087.  This Compctr archive contains the minimum files needed for the MPW(tm) port
  1088. of the GNU C compiler GCC. I highly suggest you read the file about GCC/GNU
  1089. complier before downloading this. This is not an official product of Apple 
  1090. Computer! MPW GCC was developed to support Advanced Technology Group 
  1091. research efforts, and was deemed sufficiently useful to be made available 
  1092. to a wider audience.  If you use this of this compiler you should be 
  1093. prepared to support it yourself (full sources are included). Compctr is apt
  1094. to report a problem with the resource fork of the BUGS and INSTALLING GCC 
  1095. files when extracting. Since these both are text files, this can be 
  1096. disregarded.
  1097.  
  1098.  Name  =  MPWGCC (Machines).cpt
  1099.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Machines).cpt
  1100.  Size:741K         Date: 2/02/91         Version: Machine
  1101.  AMUG file information and description:
  1102.  This Compctr archive contains source files for the MPW(tm) port of the GNU 
  1103. C compiler GCC.  These are needed in order to port GCC to other machines.
  1104. I highly suggest you read the file "about GCC/GNU compiler" before 
  1105. downloading this. This is not an official product of Apple Computer!  MPW 
  1106. GCC was developed to support Advanced Technology Group research efforts, 
  1107. and was deemed sufficiently useful to be made available to a wider 
  1108. audience.  If you use this compiler, you should be prepared to support it 
  1109. yourself (full sources are included). Keywords: MPW,GCC,Gnu,C,Compiler.
  1110.  
  1111.  Name  =  MPWGCC (Docs).cpt
  1112.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Docs).cpt
  1113.  Size:393K         Date: 2/01/91         Version: 
  1114.  AMUG file information and description:
  1115.  This Compactor archive contains the document files for the MPW(tm) port
  1116. of the GNU C compiler GCC. I highly suggest you read the file "MPWGCC Read 
  1117. Me" before downloading this. This is not an official product of Apple 
  1118. Computer! MPW GCC was developed to support Advanced Technology Group 
  1119. research efforts, and was deemed sufficiently useful to be made available 
  1120. to a wider audience.  If you use this compiler, you should be prepared to 
  1121. support it yourself (full sources are included).
  1122.  
  1123.  Name  =  Prograph Tour.dd.2
  1124.  Path =  AMUG CD:Files:Prog:N-P:Prograph Tour.dd.2
  1125.  Size:377K         Date: 1/31/91         Version: 
  1126.  AMUG file information and description:
  1127.  This DD3.1 split file 2 of 2 contains an “Auto-UnCompactor” file with the 
  1128. Prograph “Guided Tour Demo”.  To install the Prograph demo,  double-click 
  1129. on “PrographTour.sit” to  begin the process of decompressing the files.  
  1130. You will be asked where you want the files to go.  A folder called 
  1131. "Prograph Demo ƒ" will be created there, containing the “Prograph 1.2 
  1132. Guided Tour Demo” HyperCard stack.  Please note that the “Tapes” folder 
  1133. should be kept as is within the “Prograph Demo ƒ”.
  1134.  
  1135.  Name  =  Prograph Tour.dd.1
  1136.  Path =  AMUG CD:Files:Prog:N-P:Prograph Tour.dd.1
  1137.  Size:382K         Date: 1/31/91         Version: 
  1138.  AMUG file information and description:
  1139.  This DD3.1 split file 1 of 2 contains an “Auto-UnCompactor” file with the 
  1140. Prograph “Guided Tour Demo”.  To install the Prograph demo,  double-click 
  1141. on “PrographTour.sit” to  begin the process of decompressing the files.  
  1142. You will be asked where you want the files to go.  A folder called 
  1143. "Prograph Demo ƒ" will be created there, containing the “Prograph 1.2 
  1144. Guided Tour Demo” HyperCard stack.  Please note that the “Tapes” folder 
  1145. should be kept as is within the “Prograph Demo ƒ”.
  1146.  
  1147.  Name  =  UserLand IAC Demokit.dd
  1148.  Path =  AMUG CD:Files:Prog:U-Z:UserLand IAC Demokit.dd
  1149.  Size:233K         Date: 1/31/91         Version: 
  1150.  AMUG file information and description:
  1151.  This is a demo versionof UserLand Toolkit which allows application hooks in
  1152. 7.0. Two versions of the Toolkit are available.  The basic development 
  1153. system, $395 (suggested retail price), includes the system software INIT 
  1154. for System 6 Macintoshes, the Toolkit library for THINK C and MPW C, the 
  1155. full C source to four IAC-aware applications and complete documentation 
  1156. with step-by-step instructions for adding IAC to your project.  As of this 
  1157. writing, the Toolkit is available only direct from UserLand Software, but 
  1158. we expect to offer it thru retail and APDA in the very near future.
  1159.  
  1160.  Name  =  add images.cpt
  1161.  Path =  AMUG CD:Files:Prog:A:add images.cpt
  1162.  Size: 50K         Date: 1/29/91         Version: 
  1163.  AMUG file information and description:
  1164.  The purpose of this program is to read in two images and display the 
  1165. additive result of the two images - using any of the documented
  1166. color quickdraw modes (the old quickdraw copybits modes may also be
  1167. used, but the end result is not very pretty).  The two source images can
  1168. be offset from each other using the scroll bars on the source image 
  1169. windows.
  1170.  
  1171.  Name  =  resedpmr.cpt
  1172.  Path =  AMUG CD:Files:Prog:Q-R:resedpmr.cpt
  1173.  Size:211K         Date: 1/26/91         Version: 6.0
  1174.  AMUG file information and description:
  1175.  This is Resedit Primer version 6.0 for use with resedit version 2.1.
  1176.  
  1177.  Name  =  MacOberon.cpt
  1178.  Path =  AMUG CD:Files:Prog:M:MacOberon.cpt
  1179.  Size:489K         Date: 1/15/91         Version: 
  1180.  AMUG file information and description:
  1181.  Oberon simultaneously refers to a modular, extensible operating system and 
  1182. an object_oriented programming language developed for implementing it.  
  1183. Both were conceived originally for the Ceres personal workstation, but have
  1184. since been implemented on a number of other machine architectures using a 
  1185. portable compiler front_end as a common starting point.  The Oberon 
  1186. language is the direct successor of Pascal and Modula-2 and was developed 
  1187. by the same designer, Prof. Dr. Niklaus Wirth. MacOberon is a complete 
  1188. implementation of the Oberon language and operating system for Apple 
  1189. Macintosh II computers. It is built on top of the existing Macintosh 
  1190. operating system and runs as a single process in a MultiFinder environment.
  1191.  
  1192.  Name  =  Bugs Simulation.cpt
  1193.  Path =  AMUG CD:Files:Prog:B-C:Bugs Simulation.cpt
  1194.  Size: 20K         Date: 1/06/91         Version: 
  1195.  AMUG file information and description:
  1196.  This archive contains the source, and executable for an application which 
  1197. shows off a LIFE-like simulation called 'Bugs' which was described in a 
  1198. Scientific American article.  Provides a number of options as to how the 
  1199. 'bugs' will feed. Keywords: Bugs, C, Think C, simulation
  1200.  
  1201.  Name  =  acur Picker.cpt
  1202.  Path =  AMUG CD:Files:Prog:A:acur Picker.cpt
  1203.  Size:  6K         Date: 1/06/91         Version: 
  1204.  AMUG file information and description:
  1205.  This Compactor file contains an animated cursor ('acur' resource) picker
  1206. for ResEdit 2.1. Displays the cursors referenced in the 'acur' in a list,
  1207. similar to a 'PAT#' resource. If you use ResEdit often, this picker is
  1208. a must.
  1209.  
  1210.  Name  =  MacinTalk1.31.cpt
  1211.  Path =  AMUG CD:Files:Prog:M:MacinTalk1.31.cpt
  1212.  Size: 83K         Date:12/17/90         Version: 1.31
  1213.  AMUG file information and description:
  1214.  Around the time of the Macintosh II introduction, Apple made a single hack 
  1215. to MacinTalk to remove self-modifying code which caused a problem for 
  1216. 68020-based machines.  This modified version, known as 1.31, was available 
  1217. from APDA with the warning that “Apple does not provide any support for 
  1218. MacinTalk.  Not even to Apple Certified Developers.”  While this warning is
  1219. still true and APDA continues to sell MacinTalk 1.31 as a “Class 3” 
  1220. product, the official Apple position about it is:  “Apple Computer, Inc. 
  1221. does not recommend that you use Class 3 products for developing commercial 
  1222. software—they are intended for your personal enjoyment only.”
  1223.  
  1224.  Name  =  HeaderFKEY 1.0a7.cpt
  1225.  Path =  AMUG CD:Files:Prog:H-K:HeaderFKEY 1.0a7.cpt
  1226.  Size: 14K         Date:12/10/90         Version: 1.0a7
  1227.  AMUG file information and description:
  1228.  This is version 1.0a7 of Header FKEY, a FKEY that creates nicely
  1229. formatted functino comment headers. This version has more options,
  1230. a preview mode, and should work with Think C 100%. It also works with
  1231. MPW, except that it doesn't import from MPW yet (nor from Think C,
  1232. that's coming next). This FKEY makes the job of writing comment headers
  1233. for your code much more pleasant. I use it all the time now. You should
  1234. too! (Shareware, source code available ).
  1235.  
  1236.  Name  =  C Quick Reference 1.0.cpt
  1237.  Path =  AMUG CD:Files:Prog:B-C:C Quick Reference 1.0.cpt
  1238.  Size: 10K         Date:12/10/90         Version: 1.0
  1239.  AMUG file information and description:
  1240.  A free DisplayDA for quick reference of c types, sizes, ansi, 
  1241. preprocessors, character constants, operator precedence, and more...
  1242. Keywords: c,da,reference,help,thinkc,programming,lsc
  1243.  
  1244.  Name  =  Copywrite
  1245.  Path =  AMUG CD:Files:Prog:B-C:Copywrite
  1246.  Size: 36K         Date:12/02/90         Version: 
  1247.  AMUG file information and description:
  1248.  This booklet is a programmer's guide to copyrighting software.  Written by 
  1249. a programmer/attorney, it contains step-by-step instructions how to fill 
  1250. out the  offical application form TX, and what, where and how much to send 
  1251. to the  Copyright Office.  Also has a good chapter on computer law basics. 
  1252. Shareware. Keywords: Copyright, Law, Software, TX Form, Protection, Trade
  1253.  
  1254.  Name  =  System 6.0.7 Changes.cpt
  1255.  Path =  AMUG CD:Files:Prog:S:System 6.0.7 Changes.cpt
  1256.  Size:  3K         Date:10/31/90         Version: 
  1257.  AMUG file information and description:
  1258.  This small text file contains a list of the more important changes Apple
  1259. Computer has made in System 6.0.7. Compactor file Keywords: 
  1260. Apple,Changes,6.0.7
  1261.  
  1262.  Name  =  ABZmon.cpt
  1263.  Path =  AMUG CD:Files:Prog:A:ABZmon.cpt
  1264.  Size: 69K         Date:10/20/90         Version: 
  1265.  AMUG file information and description:
  1266.  This is a debugger to be used like MacsBug, but it uses a much more 
  1267. Mac-like user interface.  It seems to be pretty stable.  It's free! The 
  1268. author does not ask for any shareware fees or other contributions. Once 
  1269. you've used it, you'll never want to go back to MacsBug! Keywords: debugger
  1270. MacsBug ABZmon
  1271.  
  1272.  Name  =  ThP301.cpt
  1273.  Path =  AMUG CD:Files:Prog:T:ThP301.cpt
  1274.  Size: 46K         Date:10/03/90         Version: 
  1275.  AMUG file information and description:
  1276.  Think Pascal upgrade to v3.0.1.
  1277.  
  1278.  Name  =  ThinkC 4.0.2 Update.cpt
  1279.  Path =  AMUG CD:Files:Prog:T:ThinkC 4.0.2 Update.cpt
  1280.  Size: 85K         Date:10/03/90         Version: 
  1281.  AMUG file information and description:
  1282.  Think C 4.0.2 update.
  1283.  
  1284.  Name  =  LSC3 REVIEW
  1285.  Path =  AMUG CD:Files:Prog:M:LSC3 REVIEW
  1286.  Size: 11K         Date:10/03/90         Version: 
  1287.  AMUG file information and description:
  1288.  A review of Light Speed C 3.0.
  1289.  
  1290.  Name  =  Heiarchical Menus
  1291.  Path =  AMUG CD:Files:Prog:H-K:Heiarchical Menus
  1292.  Size:  8K         Date:10/03/90         Version: 
  1293.  AMUG file information and description:
  1294.  Hierachical Menus programing.
  1295.  
  1296.  Name  =  MacApp Conference Set for
  1297.  Path =  AMUG CD:Files:Prog:M:MacApp Conference Set for
  1298.  Size:  5K         Date: 8/31/90         Version: 
  1299.  AMUG file information and description:
  1300.  Everett, WA--August 28, 1990--The MacApp Developers Association, the 
  1301. national organization for programmers using Apple’s MacApp application 
  1302. framework, has announced the site for their second annual MacApp 
  1303. Conference.  The 1991 conference will be held in Phoenix, Arizona, February
  1304. 4 - 8, 1991, at the Holiday Inn Park Central. Official designation for the 
  1305. conference is “Phoenix ’91 MacApp Conference.” The conference is sponsored 
  1306. by the Association, with the cooperation of Apple Computer, Inc.
  1307.  
  1308.  Name  =  Trash Exchange.cpt
  1309.  Path =  AMUG CD:Files:Prog:T:Trash Exchange.cpt
  1310.  Size:  6K         Date: 8/04/90         Version: 
  1311.  AMUG file information and description:
  1312.  This small program helps you design and then install custom icons. Helps to
  1313. have some experience with ResEdit. Documentation included, 
  1314. Compactor-format.
  1315.  
  1316.  Name  =  Super Slider CDEF v1.03.cpt
  1317.  Path =  AMUG CD:Files:Prog:S:Super Slider CDEF v1.03.cpt
  1318.  Size: 57K         Date: 7/21/90         Version: 
  1319.  AMUG file information and description:
  1320.  I fixed many bugs. It seems to be bulletproof.  I'll regret saying that...
  1321. --Chris Marshall c/o VON.EGGER, AL:MARSHALL.CHR, 
  1322. (301)340-4573,(301)990-7773 Keywords:
  1323. CDEF,DEFPROC,CUSTOM,PROCEDURE,SLIDER,CONTROL,CONTROLS,MARSHALL,DEFINITION
  1324.  
  1325.  Name  =  SUPERSPOOL MOD.TXT
  1326.  Path =  AMUG CD:Files:Prog:S:SUPERSPOOL MOD.TXT
  1327.  Size:  5K         Date: 6/17/90         Version: 
  1328.  AMUG file information and description:
  1329.  This document describes fixes to SuperSpool and SuperLaserSpool which
  1330. will cure several problems. (1) Cures Flashing cursor problem with 
  1331. WriteNow. (2) Cures problem wher DA print utilities would not print.  (3) 
  1332. Cures problem where SuperSpool/SuperLaserSpool would crash in Multifinder. 
  1333. (4) Cures problem of SuperSpool causing System Heap corruption at boot 
  1334. time.
  1335.  
  1336.  Name  =  Anim Cursor.cpt
  1337.  Path =  AMUG CD:Files:Prog:A:Anim Cursor.cpt
  1338.  Size: 52K         Date: 6/02/90         Version: 
  1339.  AMUG file information and description:
  1340.  Source code to animate cursors.
  1341.  
  1342.  Name  =  Bison-TC.cpt
  1343.  Path =  AMUG CD:Files:Prog:B-C:Bison-TC.cpt
  1344.  Size:132K         Date: 6/02/90         Version: 
  1345.  AMUG file information and description:
  1346.  This is the source code for GNU Bison YACC.  It doesn't have a pretty Mac
  1347. interface yet.  Maybe someone will give it a face lift...
  1348.  
  1349.  Name  =  CArrangeList 1.01ß.cpt
  1350.  Path =  AMUG CD:Files:Prog:B-C:CArrangeList 1.01ß.cpt
  1351.  Size:  9K         Date: 6/02/90         Version: 
  1352.  AMUG file information and description:
  1353.  An list object for Think C that allows you to rearrange the order of the
  1354. elements.
  1355.  
  1356.  Name  =  Color Window.cpt
  1357.  Path =  AMUG CD:Files:Prog:B-C:Color Window.cpt
  1358.  Size: 32K         Date: 6/02/90         Version: 
  1359.  AMUG file information and description:
  1360.  Source code for an application that uses color for the title bar, scroll
  1361. bars, interior... of it's windows.  Even though the colors lack taste, this
  1362. is a good example of some things that can be done.
  1363.  
  1364.  
  1365.  Name  =  MARQUEE.PAS
  1366.  Path =  AMUG CD:Files:Prog:M:MARQUEE.PAS
  1367.  Size:  4K         Date: 6/02/90         Version: 
  1368.  AMUG file information and description:
  1369.  MPW Pascal source code for a simple program that demonstrates how to
  1370. create a "marching ants" marquee.  To use this code in THINK Pascal, just
  1371. delete the "uses" clause.  Written by John Jeppson.
  1372.  
  1373.  Name  =  RR/Tabby Source Code.cpt
  1374.  Path =  AMUG CD:Files:Prog:Q-R:RR/Tabby Source Code.cpt
  1375.  Size: 64K         Date: 5/29/90         Version: 
  1376.  AMUG file information and description:
  1377.  Source Code for Import 2.55, Export 3.21, Mantissa 1.0 and Sundail 2.1.
  1378. Illustrates various methods used to manipulate Second/Sight and Tabby
  1379. data.  Demonstates Block Reads, use of Indexes & STR's amoung other things.
  1380. Excellent material for the sysop who is just starting out in writing
  1381. BBS utilities.  Hopefully, these will prevent you from re-inventing the
  1382. wheel. Good luck and Hope see a flood of new utilities in the near future.
  1383. Keywords: Source,Tabby,SS,Lininger,Import,Export>
  1384.  
  1385.  Name  =  May MacUser Program.cpt
  1386.  Path =  AMUG CD:Files:Prog:M:May MacUser Program.cpt
  1387.  Size: 38K         Date: 4/29/90         Version: 
  1388.  AMUG file information and description:
  1389.  THINK C source code and project file for the mini Generic App program
  1390. featured in MacUser Power Programming, May 1990.
  1391. Keywords: MacUser, THINK, C, shell, generic
  1392.  
  1393.  Name  =  Thinkcup.cpt
  1394.  Path =  AMUG CD:Files:Prog:T:Thinkcup.cpt
  1395.  Size: 84K         Date: 3/24/90         Version: 
  1396.  AMUG file information and description:
  1397.  Thinkcup.sit is the upgrade for Think C.
  1398.  
  1399.  Name  =  Programming oportunities
  1400.  Path =  AMUG CD:Files:Prog:N-P:Programming oportunities
  1401.  Size:  3K         Date: 3/24/90         Version: 
  1402.  AMUG file information and description:
  1403.  looking for ambitious developers to join up with me in marketing CallXCmd
  1404. externals. My quest is to add XCMD support to as many environments as 
  1405. possible. I am looking for developers who can develop CallXCmd externals 
  1406. for various programming environments (such as Prolog). Of course the 
  1407. development of the external would be a joint effort between the programmer 
  1408. and Cybersoft.
  1409.  
  1410.  Name  =  NoTrash!.cpt
  1411.  Path =  AMUG CD:Files:Prog:N-P:NoTrash!.cpt
  1412.  Size: 41K         Date: 3/18/90         Version: 
  1413.  AMUG file information and description:
  1414.  A couple alternate Trash ICN#s and sounds whipped up by Erik Ohlin and
  1415. distributed as UNDERware.
  1416.  
  1417.  Name  =  GasGauge.cpt
  1418.  Path =  AMUG CD:Files:Prog:D-G:GasGauge.cpt
  1419.  Size:  7K         Date: 3/11/90         Version: 
  1420.  AMUG file information and description:
  1421.  GasGauge.sit is a CDEV program for a gas guage icon.
  1422.  
  1423.  Name  =  fsearch.cpt
  1424.  Path =  AMUG CD:Files:Prog:D-G:fsearch.cpt
  1425.  Size: 13K         Date: 2/05/90         Version: 
  1426.  AMUG file information and description:
  1427.  This is a fast search tool for MPW.
  1428.  
  1429.  Name  =  QDPat.cpt
  1430.  Path =  AMUG CD:Files:Prog:Q-R:QDPat.cpt
  1431.  Size: 64K         Date: 1/29/90         Version: 
  1432.  AMUG file information and description:
  1433.  This is the complete source code for Quick Draw Pattern.  This was done
  1434. using Think Pascal.
  1435.  
  1436.  Name  =  min891212
  1437.  Path =  AMUG CD:Files:Prog:M:min891212
  1438.  Size: 21K         Date: 1/27/90         Version: 
  1439.  AMUG file information and description:
  1440.  These are minutes of the Dec. 89 NuBus standard committee meeting with 
  1441. Apple Computer.
  1442.  
  1443.  Name  =  Monitor.cpt
  1444.  Path =  AMUG CD:Files:Prog:M:Monitor.cpt
  1445.  Size: 11K         Date: 1/14/90         Version: 
  1446.  AMUG file information and description:
  1447.  Monitor.sit is a program for monitoring the serial ports of the Mac.
  1448.  
  1449.  Name  =  ColorBits 1.0.cpt
  1450.  Path =  AMUG CD:Files:Prog:B-C:ColorBits 1.0.cpt
  1451.  Size: 40K         Date: 1/14/90         Version: 1.0
  1452.  AMUG file information and description:
  1453.  ColorBits 1.0.sit is a Color Icon editor.
  1454.  
  1455.  Name  =  hierDA Comments
  1456.  Path =  AMUG CD:Files:Prog:H-K:hierDA Comments
  1457.  Size: 30K         Date: 1/14/90         Version: 0.001
  1458.  AMUG file information and description:
  1459.  This is final installer application that allows the user to remove the
  1460. Startup Icon that appears when using hierDA (AKA DA menuz).  It was quite
  1461. complex, since the icon and its INIT is locked.  Any normal attempt at
  1462. removing it would result in a System crash.  Now you can safely remove it
  1463. and even re-install it at your descretion, not the creator's.  Have fun, I 
  1464. did!
  1465.  
  1466.  Name  =  MacRecorder® HackersToolkit.cpt
  1467.  Path =  AMUG CD:Files:Prog:M:MacRecorder® HackersToolkit.cpt
  1468.  Size: 19K         Date:12/24/89         Version: 
  1469.  AMUG file information and description:
  1470.  MacRecorder HackersToolkit.sit is a programers guide ti using calls to 
  1471. MacRecorder.
  1472.  
  1473.  Name  =  SADMACCODES
  1474.  Path =  AMUG CD:Files:Prog:S:SADMACCODES
  1475.  Size:  4K         Date:12/24/89         Version: 
  1476.  AMUG file information and description:
  1477.  A text file describing the Sad Mac codes.
  1478.  
  1479.  Name  =  GifFormat.TXT
  1480.  Path =  AMUG CD:Files:Prog:D-G:GifFormat.TXT
  1481.  Size: 44K         Date:12/11/89         Version: 
  1482.  AMUG file information and description:
  1483.  This text file explains the GIF, LZH, ZOO and many other formats in detail.
  1484.  
  1485.  Name  =  simp3d.cpt
  1486.  Path =  AMUG CD:Files:Prog:S:simp3d.cpt
  1487.  Size:  7K         Date:12/06/89         Version: 
  1488.  AMUG file information and description:
  1489.  This is a simple 3D program originally written for the IBM pc. Athough 
  1490. simple, it does show the basic ideas of 3D object representation. written
  1491. in BASIC.
  1492.  
  1493.  Name  =  Jaws.cpt
  1494.  Path =  AMUG CD:Files:Prog:H-K:Jaws.cpt
  1495.  Size:  3K         Date:11/13/89         Version: 
  1496.  AMUG file information and description:
  1497.  Jaws.sit is a Jaws Icon.
  1498.  
  1499.  Name  =  Weaver.cpt
  1500.  Path =  AMUG CD:Files:Prog:U-Z:Weaver.cpt
  1501.  Size: 18K         Date:10/27/89         Version: 
  1502.  AMUG file information and description:
  1503.  Programers C4.0 utility.
  1504.  
  1505.  Name  =  Quick Draw Patterns
  1506.  Path =  AMUG CD:Files:Prog:Q-R:Quick Draw Patterns
  1507.  Size: 11K         Date:10/25/89         Version: 1.0
  1508.  AMUG file information and description:
  1509.  This is an application that generates mathematically calculated geometric
  1510. shapes of your choosing in random patterns on the screen.  Fun to watch! 
  1511. It was created by myself as an exercise in writing Macintosh software. 
  1512. Enjoy!  Edward E Packer.
  1513.  
  1514.  Name  =  TileCDEF.cpt
  1515.  Path =  AMUG CD:Files:Prog:T:TileCDEF.cpt
  1516.  Size: 13K         Date:10/09/89         Version: 
  1517.  AMUG file information and description:
  1518.  TileCDEF.sit - Turbo pascal Tile CDEF resource for writting buttons similar
  1519. to Hypercards with icins. This version works with 32 bit color and runs on 
  1520. system 7.0.
  1521.  
  1522.  Name  =  RezTag.cpt
  1523.  Path =  AMUG CD:Files:Prog:Q-R:RezTag.cpt
  1524.  Size: 16K         Date:10/01/89         Version: 
  1525.  AMUG file information and description:
  1526.  RezTag.sit - allows you to view resources in system and finder files.
  1527.  
  1528.  Name  =  How to use z/y/z Modem w/RR
  1529.  Path =  AMUG CD:Files:Prog:H-K:How to use z/y/z Modem w/RR
  1530.  Size:  4K         Date:10/01/89         Version: 
  1531.  AMUG file information and description:
  1532.  How to use z/y/z Modem w/RR is a text file about how to implement 
  1533. programing with x/y/z modem protocols.
  1534.  
  1535.  Name  =  Sams.cpt
  1536.  Path =  AMUG CD:Files:Prog:S:Sams.cpt
  1537.  Size: 55K         Date: 9/30/89         Version: 
  1538.  AMUG file information and description:
  1539.  This is Sam Kaplan's Pascal Program with the printing code patched so that 
  1540. it works.
  1541.  
  1542.  Name  =  2Window.cpt
  1543.  Path =  AMUG CD:Files:Prog:A:2Window.cpt
  1544.  Size: 30K         Date: 9/03/89         Version: 9/3/89
  1545.  AMUG file information and description:
  1546.  An example of Handling update events in C.
  1547.  
  1548.  Name  =  Mouser.cpt
  1549.  Path =  AMUG CD:Files:Prog:M:Mouser.cpt
  1550.  Size:122K         Date: 9/03/89         Version: 
  1551.  AMUG file information and description:
  1552.  A Object Pacal/C++ browser in the smalltalk sense. Parses your source and
  1553. builds the tree structures for the browser. Well just play with it.
  1554.  
  1555.  Name  =  RMHELPER0.5
  1556.  Path =  AMUG CD:Files:Prog:Q-R:RMHELPER0.5
  1557.  Size: 62K         Date: 8/14/89         Version: Beta 0.5
  1558.  AMUG file information and description:
  1559.  Replacement for RMHelper. Creates scripts for RMaker. Especially useful
  1560. for creating buttons sets.
  1561.  
  1562.  Name  =  Hello Tabby.cpt
  1563.  Path =  AMUG CD:Files:Prog:H-K:Hello Tabby.cpt
  1564.  Size:  9K         Date: 7/25/89         Version: 
  1565.  AMUG file information and description:
  1566.  Hello Tabby is pascal code (Light Speed) for developing Tabby Products.
  1567.  
  1568.  Name  =  EDITmOR.cpt
  1569.  Path =  AMUG CD:Files:Prog:D-G:EDITmOR.cpt
  1570.  Size: 17K         Date: 7/09/89         Version: 1.0
  1571.  AMUG file information and description:
  1572.  EDITmOR v1.0 is a DA that allows you to extend your editor or your Word 
  1573. Processor. This editor allows you to write ECMD's and other programing 
  1574. uses.
  1575.  
  1576.  Name  =  Fractal Mount
  1577.  Path =  AMUG CD:Files:Prog:D-G:Fractal Mount
  1578.  Size: 14K         Date: 7/08/89         Version: 
  1579.  AMUG file information and description:
  1580.  Neat 3d Fractal Mountain program
  1581.  
  1582.  Name  =  Spool.cpt
  1583.  Path =  AMUG CD:Files:Prog:S:Spool.cpt
  1584.  Size:  3K         Date: 5/16/89         Version: 5/16/89
  1585.  AMUG file information and description:
  1586.  An example of spooling a PICT that's bigger than 32K
  1587.  
  1588.  Name  =  zmodem.source.cpt
  1589.  Path =  AMUG CD:Files:Prog:U-Z:zmodem.source.cpt
  1590.  Size: 65K         Date: 5/07/89         Version: 
  1591.  AMUG file information and description:
  1592.  Z Modem Code
  1593.  
  1594.  Name  =  WDEF.cpt
  1595.  Path =  AMUG CD:Files:Prog:U-Z:WDEF.cpt
  1596.  Size: 11K         Date: 4/28/89         Version: 
  1597.  AMUG file information and description:
  1598.  Some sample code on WDEF by Daryl Lavato.
  1599.  
  1600.  Name  =  Mandel.cpt
  1601.  Path =  AMUG CD:Files:Prog:M:Mandel.cpt
  1602.  Size: 97K         Date: 4/06/89         Version: 1.4.1
  1603.  AMUG file information and description:
  1604.  Best Mandelbrot Microscope.  With Docs
  1605.  
  1606.  Name  =  Long Labels User Area.cpt
  1607.  Path =  AMUG CD:Files:Prog:M:Long Labels User Area.cpt
  1608.  Size: 27K         Date: 4/05/89         Version: 
  1609.  AMUG file information and description:
  1610.  LOng Labels EUA for TMON
  1611.  
  1612.  Name  =  TP201.cpt
  1613.  Path =  AMUG CD:Files:Prog:T:TP201.cpt
  1614.  Size: 32K         Date: 4/05/89         Version: 2.
  1615.  AMUG file information and description:
  1616.  NEw patch for LSP brings up to 2.01
  1617.  
  1618.  Name  =  Modem Windowing
  1619.  Path =  AMUG CD:Files:Prog:M:Modem Windowing
  1620.  Size: 31K         Date: 3/26/89         Version: 
  1621.  AMUG file information and description:
  1622.  Modem Windowing
  1623.  
  1624.  Name  =  ShowCInit.cpt
  1625.  Path =  AMUG CD:Files:Prog:S:ShowCInit.cpt
  1626.  Size: 15K         Date: 3/13/89         Version: 
  1627.  AMUG file information and description:
  1628.  ShowCinit file for Color Cicons
  1629.  
  1630.  Name  =  BigBox 1.0
  1631.  Path =  AMUG CD:Files:Prog:B-C:BigBox 1.0
  1632.  Size:  5K         Date: 3/10/89         Version: 1.0
  1633.  AMUG file information and description:
  1634.  Makes Get- and Put-file Dialog Boxes bigger;  Neat!
  1635.  
  1636.  Name  =  Sound Manager Docs.cpt
  1637.  Path =  AMUG CD:Files:Prog:S:Sound Manager Docs.cpt
  1638.  Size: 60K         Date: 2/20/89         Version: 
  1639.  AMUG file information and description:
  1640.  Sound Manager Docs
  1641.  
  1642.  Name  =  R/O strsml.cpt
  1643.  Path =  AMUG CD:Files:Prog:Q-R:R/O strsml.cpt
  1644.  Size:  7K         Date: 2/07/89         Version: 11/89
  1645.  AMUG file information and description:
  1646.  Neat C str similarity functions.  0 <= similarity <= 100
  1647.  
  1648.  Name  =  ProtoTyper Demo.cpt
  1649.  Path =  AMUG CD:Files:Prog:N-P:ProtoTyper Demo.cpt
  1650.  Size:124K         Date: 2/05/89         Version: 1.0
  1651.  AMUG file information and description:
  1652.  Demo of application that creates code for mac programs
  1653.  
  1654.  Name  =  SerDemo.p
  1655.  Path =  AMUG CD:Files:Prog:S:SerDemo.p
  1656.  Size:  6K         Date: 1/14/89         Version: 
  1657.  AMUG file information and description:
  1658.  Turbo Pascal Serial drivers
  1659.  
  1660.  Name  =  LSP/C.cpt
  1661.  Path =  AMUG CD:Files:Prog:M:LSP/C.cpt
  1662.  Size: 34K         Date: 1/14/89         Version: 
  1663.  AMUG file information and description:
  1664.  Pascal to C comparisons
  1665.  
  1666.  Name  =  Sample CDEV.cpt
  1667.  Path =  AMUG CD:Files:Prog:S:Sample CDEV.cpt
  1668.  Size:  3K         Date: 1/07/89         Version: 
  1669.  AMUG file information and description:
  1670.  Inside Mac sample CDEV
  1671.  
  1672.  Name  =  BenchMarks.cpt
  1673.  Path =  AMUG CD:Files:Prog:B-C:BenchMarks.cpt
  1674.  Size: 23K         Date: 1/07/89         Version: 
  1675.  AMUG file information and description:
  1676.  Pascal Benchmarks
  1677.  
  1678.  Name  =  PICTControl.cpt
  1679.  Path =  AMUG CD:Files:Prog:N-P:PICTControl.cpt
  1680.  Size: 36K         Date: 1/07/89         Version: 
  1681.  AMUG file information and description:
  1682.  Icon button controls
  1683.  
  1684.  Name  =  ICON GLUE.cpt
  1685.  Path =  AMUG CD:Files:Prog:H-K:ICON GLUE.cpt
  1686.  Size: 60K         Date: 1/07/89         Version: 
  1687.  AMUG file information and description:
  1688.  Icon Maker Glue program - makes resources
  1689.  
  1690.  Name  =  MT Index.cpt
  1691.  Path =  AMUG CD:Files:Prog:M:MT Index.cpt
  1692.  Size: 68K         Date: 1/05/89         Version: 1.0
  1693.  AMUG file information and description:
  1694.  Hypercard stack for index of MacTutor Articles
  1695.  
  1696.  Name  =  MacProto.h.cpt
  1697.  Path =  AMUG CD:Files:Prog:M:MacProto.h.cpt
  1698.  Size: 11K         Date: 1/04/89         Version: 
  1699.  AMUG file information and description:
  1700.  'C' prototypes for LSC of Mac Toolbox for IM vol. I-IV
  1701.  
  1702.  Name  =  Prototype Maker
  1703.  Path =  AMUG CD:Files:Prog:N-P:Prototype Maker
  1704.  Size: 33K         Date:12/29/88         Version: 
  1705.  AMUG file information and description:
  1706.  Makes protoTypes from C source code
  1707.  
  1708.  Name  =  COLORICON Collection.cpt
  1709.  Path =  AMUG CD:Files:Prog:B-C:COLORICON Collection.cpt
  1710.  Size: 13K         Date:12/25/88         Version: 
  1711.  AMUG file information and description:
  1712.  Color Cicons
  1713.  
  1714.  Name  =  CICNEdit.cpt
  1715.  Path =  AMUG CD:Files:Prog:B-C:CICNEdit.cpt
  1716.  Size: 10K         Date:12/25/88         Version: 
  1717.  AMUG file information and description:
  1718.  Cicn editor
  1719.  
  1720.  Name  =  HyperStuff.cpt
  1721.  Path =  AMUG CD:Files:Prog:H-K:HyperStuff.cpt
  1722.  Size:  7K         Date:12/22/88         Version: 
  1723.  AMUG file information and description:
  1724.  LSC calls for Hypercard
  1725.  
  1726.  Name  =  OOP for C.cpt
  1727.  Path =  AMUG CD:Files:Prog:N-P:OOP for C.cpt
  1728.  Size: 83K         Date:12/19/88         Version: 
  1729.  AMUG file information and description:
  1730.  OOP libraries for C. Good stuff for thought.
  1731.  
  1732.  Name  =  C301P3.cpt
  1733.  Path =  AMUG CD:Files:Prog:B-C:C301P3.cpt
  1734.  Size:  6K         Date:12/19/88         Version: 
  1735.  AMUG file information and description:
  1736.  Light Speed C 3.01 update
  1737.  
  1738.  Name  =  C Bug
  1739.  Path =  AMUG CD:Files:Prog:B-C:C Bug
  1740.  Size:  4K         Date:12/17/88         Version: 
  1741.  AMUG file information and description:
  1742.  More on the C structure Bug
  1743.  
  1744.  Name  =  Structure Bug
  1745.  Path =  AMUG CD:Files:Prog:S:Structure Bug
  1746.  Size:  4K         Date:12/17/88         Version: 12/17/88
  1747.  AMUG file information and description:
  1748.  MPW C Structure Bug
  1749.  
  1750.  Name  =  WORDMIXER.cpt
  1751.  Path =  AMUG CD:Files:Prog:U-Z:WORDMIXER.cpt
  1752.  Size:  6K         Date:12/11/88         Version: 
  1753.  AMUG file information and description:
  1754.  Basic Word checking program
  1755.  
  1756.  Name  =  BugReport.cpt
  1757.  Path =  AMUG CD:Files:Prog:B-C:BugReport.cpt
  1758.  Size: 40K         Date:12/10/88         Version: 1.0
  1759.  AMUG file information and description:
  1760.  Apple's Outside Bug reporter with instructions
  1761.  
  1762.  Name  =  REdExamples.cpt
  1763.  Path =  AMUG CD:Files:Prog:Q-R:REdExamples.cpt
  1764.  Size: 33K         Date:12/10/88         Version: 1.2b1
  1765.  AMUG file information and description:
  1766.  This is the examples folder that came on the APDA resED disk
  1767.  
  1768.  Name  =  LSP cdevIntf.cpt
  1769.  Path =  AMUG CD:Files:Prog:M:LSP cdevIntf.cpt
  1770.  Size:  2K         Date:12/07/88         Version: 
  1771.  AMUG file information and description:
  1772.  LSP CDEV template
  1773.  
  1774.  Name  =  RESPICT.DOC
  1775.  Path =  AMUG CD:Files:Prog:Q-R:RESPICT.DOC
  1776.  Size:  3K         Date:12/06/88         Version: recent
  1777.  AMUG file information and description:
  1778.  Documentation for use of ResPICT.
  1779.  
  1780.  Name  =  ResPICT
  1781.  Path =  AMUG CD:Files:Prog:Q-R:ResPICT
  1782.  Size:  6K         Date:12/06/88         Version: Recent
  1783.  AMUG file information and description:
  1784.  Allow easier viewing of PICT files from ResEdit.
  1785.  
  1786.  Name  =  RESMENU DOC.
  1787.  Path =  AMUG CD:Files:Prog:Q-R:RESMENU DOC.
  1788.  Size:  6K         Date:12/04/88         Version: 1.2b
  1789.  AMUG file information and description:
  1790.  Documents for ResMENU
  1791.  
  1792.  Name  =  ResMENU
  1793.  Path =  AMUG CD:Files:Prog:Q-R:ResMENU
  1794.  Size: 20K         Date:12/04/88         Version: ver1.2
  1795.  AMUG file information and description:
  1796.  Recent update to add to ResEdit for Menu editing.
  1797.  
  1798.  Name  =  w.LSP Comments
  1799.  Path =  AMUG CD:Files:Prog:U-Z:w.LSP Comments
  1800.  Size: 14K         Date:11/23/88         Version: 
  1801.  AMUG file information and description:
  1802.  Light Speed Pascal Comments
  1803.  
  1804.  Name  =  ShowOff.cpt
  1805.  Path =  AMUG CD:Files:Prog:S:ShowOff.cpt
  1806.  Size: 38K         Date:11/18/88         Version: 
  1807.  AMUG file information and description:
  1808.  Light Speed Pascal tutor
  1809.  
  1810.  Name  =  68000 Simulator.cpt
  1811.  Path =  AMUG CD:Files:Prog:A:68000 Simulator.cpt
  1812.  Size: 28K         Date:11/18/88         Version: 
  1813.  AMUG file information and description:
  1814.  68000 Debugger simulator
  1815.  
  1816.  Name  =  IconMaker Docs
  1817.  Path =  AMUG CD:Files:Prog:H-K:IconMaker Docs
  1818.  Size:  3K         Date:11/17/88         Version: 
  1819.  AMUG file information and description:
  1820.  iconmaker 2.1 doc
  1821.  
  1822.  Name  =  Icon Maker 2.1
  1823.  Path =  AMUG CD:Files:Prog:H-K:Icon Maker 2.1
  1824.  Size: 13K         Date:11/17/88         Version: 2.1
  1825.  AMUG file information and description:
  1826.  newer update  to Iconmaker
  1827.  
  1828.  Name  =  ShowINIT.a   -(NEW)
  1829.  Path =  AMUG CD:Files:Prog:S:ShowINIT.a   -(NEW)
  1830.  Size: 11K         Date:11/14/88         Version: 
  1831.  AMUG file information and description:
  1832.  Show init programing code
  1833.  
  1834.  Name  =  ShowINIT Info (New)
  1835.  Path =  AMUG CD:Files:Prog:S:ShowINIT Info (New)
  1836.  Size:  3K         Date:11/14/88         Version: 
  1837.  AMUG file information and description:
  1838.  Show init info file
  1839.  
  1840.  Name  =  Icon.sample.cpt
  1841.  Path =  AMUG CD:Files:Prog:H-K:Icon.sample.cpt
  1842.  Size:  7K         Date:11/06/88         Version: 
  1843.  AMUG file information and description:
  1844.  ICON samples foe MPW
  1845.  
  1846.  Name  =  PaintToolUnit.cpt
  1847.  Path =  AMUG CD:Files:Prog:N-P:PaintToolUnit.cpt
  1848.  Size: 17K         Date:11/03/88         Version: 
  1849.  AMUG file information and description:
  1850.  Paint tool unit for programing
  1851.  
  1852.  Name  =  NeXT Browser.cpt
  1853.  Path =  AMUG CD:Files:Prog:N-P:NeXT Browser.cpt
  1854.  Size: 12K         Date:11/02/88         Version: 
  1855.  AMUG file information and description:
  1856.  Nice example of NExt file system on Mac
  1857.  
  1858.  Name  =  Echo Canyon
  1859.  Path =  AMUG CD:Files:Prog:D-G:Echo Canyon
  1860.  Size:  6K         Date:11/01/88         Version: 10/31/88
  1861.  AMUG file information and description:
  1862.  Map to Echo Canyon Clubhouse
  1863.  
  1864.  Name  =  Clean C.cpt
  1865.  Path =  AMUG CD:Files:Prog:B-C:Clean C.cpt
  1866.  Size:  7K         Date:10/31/88         Version: 
  1867.  AMUG file information and description:
  1868.  Type of C programing tool
  1869.  
  1870.  Name  =  010.EditTextCdev.cpt
  1871.  Path =  AMUG CD:Files:Prog:A:010.EditTextCdev.cpt
  1872.  Size: 13K         Date:10/30/88         Version: 1
  1873.  AMUG file information and description:
  1874.  Sample cdev code from Apple
  1875.  
  1876.  Name  =  007.FracApp.cpt
  1877.  Path =  AMUG CD:Files:Prog:A:007.FracApp.cpt
  1878.  Size: 57K         Date:10/29/88         Version: 1
  1879.  AMUG file information and description:
  1880.  MacAPP sample code
  1881.  
  1882.  Name  =  006.PopMenus.cpt
  1883.  Path =  AMUG CD:Files:Prog:A:006.PopMenus.cpt
  1884.  Size: 12K         Date:10/29/88         Version: 1
  1885.  AMUG file information and description:
  1886.  Pop up menu source code from Apple
  1887.  
  1888.  Name  =  005.HierMenus.cpt
  1889.  Path =  AMUG CD:Files:Prog:A:005.HierMenus.cpt
  1890.  Size: 11K         Date:10/29/88         Version: 1
  1891.  AMUG file information and description:
  1892.  source code from Apple
  1893.  
  1894.  Name  =  004.TubeTest.cpt
  1895.  Path =  AMUG CD:Files:Prog:A:004.TubeTest.cpt
  1896.  Size: 22K         Date:10/29/88         Version: 1
  1897.  AMUG file information and description:
  1898.  More Apple source code
  1899.  
  1900.  Name  =  003. SillyBalls.cpt
  1901.  Path =  AMUG CD:Files:Prog:A:003. SillyBalls.cpt
  1902.  Size: 15K         Date:10/29/88         Version: 1
  1903.  AMUG file information and description:
  1904.  Apple Named this one... don't blame me.  Programming example
  1905.  
  1906.  Name  =  002. TESample.cpt
  1907.  Path =  AMUG CD:Files:Prog:A:002. TESample.cpt
  1908.  Size: 45K         Date:10/28/88         Version: 1
  1909.  AMUG file information and description:
  1910.  Text Edit sample code from Apple
  1911.  
  1912.  Name  =  001. Sample.cpt
  1913.  Path =  AMUG CD:Files:Prog:A:001. Sample.cpt
  1914.  Size: 31K         Date:10/28/88         Version: 1
  1915.  AMUG file information and description:
  1916.  Basic Application Shell
  1917.  
  1918.  Name  =  About Mac CNs.cpt
  1919.  Path =  AMUG CD:Files:Prog:A:About Mac CNs.cpt
  1920.  Size:  5K         Date:10/28/88         Version: 1
  1921.  AMUG file information and description:
  1922.  Macwrite format docs on Mac CNs (Source from Apple)
  1923.  
  1924.  Name  =  Resource Counter 0.81
  1925.  Path =  AMUG CD:Files:Prog:Q-R:Resource Counter 0.81
  1926.  Size:  3K         Date:10/24/88         Version: 
  1927.  AMUG file information and description:
  1928.  Resource counter v.81
  1929.  
  1930.  Name  =  FSREADLINE.P
  1931.  Path =  AMUG CD:Files:Prog:D-G:FSREADLINE.P
  1932.  Size:  2K         Date:10/13/88         Version: 
  1933.  AMUG file information and description:
  1934.  Turbo Pascal function to read text from within a DA...enjoy.
  1935.  
  1936.  Name  =  mini.dd
  1937.  Path =  AMUG CD:Files:Prog:M:mini.dd
  1938.  Size: 72K         Date:10/02/88         Version: 
  1939.  AMUG file information and description:
  1940.  Source Code for the MiniTerm program.
  1941.  
  1942.  Name  =  LSC30p2.cpt
  1943.  Path =  AMUG CD:Files:Prog:M:LSC30p2.cpt
  1944.  Size:  5K         Date: 8/29/88         Version: 
  1945.  AMUG file information and description:
  1946.  LSC3 upgrade
  1947.  
  1948.  Name  =  C30P2.cpt
  1949.  Path =  AMUG CD:Files:Prog:B-C:C30P2.cpt
  1950.  Size:  5K         Date: 8/17/88         Version: 
  1951.  AMUG file information and description:
  1952.  Patch Program to fix bugs in LSC 3.0
  1953.  
  1954.  Name  =  SortScreen.cpt
  1955.  Path =  AMUG CD:Files:Prog:S:SortScreen.cpt
  1956.  Size:  7K         Date: 7/24/88         Version: 
  1957.  AMUG file information and description:
  1958.  Sort Screen program
  1959.  
  1960.  Name  =  PixelViewCode
  1961.  Path =  AMUG CD:Files:Prog:N-P:PixelViewCode
  1962.  Size: 35K         Date: 7/22/88         Version: 
  1963.  AMUG file information and description:
  1964.  Pixel Viewer Code
  1965.  
  1966.  Name  =  GenericDA.cpt
  1967.  Path =  AMUG CD:Files:Prog:D-G:GenericDA.cpt
  1968.  Size: 12K         Date: 7/15/88         Version: 
  1969.  AMUG file information and description:
  1970.  Generic DA shell
  1971.  
  1972.  Name  =  VibSimul1.cpt
  1973.  Path =  AMUG CD:Files:Prog:U-Z:VibSimul1.cpt
  1974.  Size: 13K         Date: 7/15/88         Version: 
  1975.  AMUG file information and description:
  1976.  Vibration simulation program
  1977.  
  1978.  Name  =  MovesMemFKey.cpt
  1979.  Path =  AMUG CD:Files:Prog:M:MovesMemFKey.cpt
  1980.  Size:  7K         Date: 7/15/88         Version: 
  1981.  AMUG file information and description:
  1982.  Memory movement detector F Key
  1983.  
  1984.  Name  =  ReseditDocs.cpt
  1985.  Path =  AMUG CD:Files:Prog:Q-R:ReseditDocs.cpt
  1986.  Size: 15K         Date: 7/13/88         Version: 
  1987.  AMUG file information and description:
  1988.  ResEdit docs from AppelLink.  MacWrite Format
  1989.  
  1990.  Name  =  DAmenICN.cpt
  1991.  Path =  AMUG CD:Files:Prog:D-G:DAmenICN.cpt
  1992.  Size:  3K         Date: 7/04/88         Version: 
  1993.  AMUG file information and description:
  1994.  Programers DA menu stuff
  1995.  
  1996.  Name  =  New DT SICNs
  1997.  Path =  AMUG CD:Files:Prog:N-P:New DT SICNs
  1998.  Size:  2K         Date: 6/16/88         Version: 
  1999.  AMUG file information and description:
  2000.  Desktop color SICNs
  2001.  
  2002.  Name  =  LSC215.cpt
  2003.  Path =  AMUG CD:Files:Prog:M:LSC215.cpt
  2004.  Size: 30K         Date: 6/06/88         Version: 
  2005.  AMUG file information and description:
  2006.  LSC2.15 upgrade for those using LSC
  2007.  
  2008.  Name  =  TIFF Code.cpt
  2009.  Path =  AMUG CD:Files:Prog:T:TIFF Code.cpt
  2010.  Size:122K         Date: 5/31/88         Version: 
  2011.  AMUG file information and description:
  2012.  Source For r/w TIFF files. Dr Dobbs article
  2013.  
  2014.  Name  =  Viewer.src.cpt
  2015.  Path =  AMUG CD:Files:Prog:U-Z:Viewer.src.cpt
  2016.  Size: 17K         Date: 5/01/88         Version: 
  2017.  AMUG file information and description:
  2018.  Viewer.scr file
  2019.  
  2020.  Name  =  MarTechNote.cpt
  2021.  Path =  AMUG CD:Files:Prog:M:MarTechNote.cpt
  2022.  Size: 79K         Date: 5/01/88         Version: 
  2023.  AMUG file information and description:
  2024.  4D March 88 Tech notes
  2025.  
  2026.  Name  =  Dorothy'sPascalApp.cpt
  2027.  Path =  AMUG CD:Files:Prog:D-G:Dorothy'sPascalApp.cpt
  2028.  Size: 36K         Date: 5/01/88         Version: 
  2029.  AMUG file information and description:
  2030.  Dorothy's first attempts in Pascal --- graphics
  2031.  
  2032.  Name  =  QuickEvent v1.1.cpt
  2033.  Path =  AMUG CD:Files:Prog:Q-R:QuickEvent v1.1.cpt
  2034.  Size: 37K         Date: 4/19/88         Version: 1.1
  2035.  AMUG file information and description:
  2036.  Quick Event v1.1 for programing
  2037.  
  2038.  Name  =  MacIISLOTTools.cpt
  2039.  Path =  AMUG CD:Files:Prog:M:MacIISLOTTools.cpt
  2040.  Size: 41K         Date: 3/20/88         Version: 
  2041.  AMUG file information and description:
  2042.  Mac II Slot tools & Utilities
  2043.  
  2044.  Name  =  Pocket3.cpt
  2045.  Path =  AMUG CD:Files:Prog:N-P:Pocket3.cpt
  2046.  Size: 78K         Date: 3/02/88         Version: 
  2047.  AMUG file information and description:
  2048.  An small forth interpreter with sample programs.
  2049.  
  2050.  Name  =  TAG.cpt
  2051.  Path =  AMUG CD:Files:Prog:T:TAG.cpt
  2052.  Size: 98K         Date: 2/13/88         Version: 
  2053.  AMUG file information and description:
  2054.  TAG is a programing environment
  2055.  
  2056.  Name  =  RDecompiler.cpt
  2057.  Path =  AMUG CD:Files:Prog:Q-R:RDecompiler.cpt
  2058.  Size: 33K         Date: 2/13/88         Version: 
  2059.  AMUG file information and description:
  2060.  Decomplies code make into R Maker format
  2061.  
  2062.  Name  =  Regions.cpt
  2063.  Path =  AMUG CD:Files:Prog:Q-R:Regions.cpt
  2064.  Size: 12K         Date: 2/13/88         Version: 
  2065.  AMUG file information and description:
  2066.  Demo of regions code
  2067.  
  2068.  Name  =  XLisp20T8.dd
  2069.  Path =  AMUG CD:Files:Prog:U-Z:XLisp20T8.dd
  2070.  Size: 70K         Date: 2/12/88         Version: 2.0
  2071.  AMUG file information and description:
  2072.  Updated version of Xlisp programming application.
  2073.  
  2074.  Name  =  Ghost App.cpt
  2075.  Path =  AMUG CD:Files:Prog:D-G:Ghost App.cpt
  2076.  Size: 23K         Date: 2/01/88         Version: 
  2077.  AMUG file information and description:
  2078.  Ghost application creator
  2079.  
  2080.  Name  =  Simplest.cpt
  2081.  Path =  AMUG CD:Files:Prog:S:Simplest.cpt
  2082.  Size: 42K         Date: 1/30/88         Version: 
  2083.  AMUG file information and description:
  2084.  Simple linear programing language
  2085.  
  2086.  Name  =  Sort4D.cpt
  2087.  Path =  AMUG CD:Files:Prog:S:Sort4D.cpt
  2088.  Size: 18K         Date: 1/30/88         Version: 
  2089.  AMUG file information and description:
  2090.  4th Diminsion coloumn sort examples
  2091.  
  2092.  Name  =  Poke (v 2.0)
  2093.  Path =  AMUG CD:Files:Prog:N-P:Poke (v 2.0)
  2094.  Size: 35K         Date: 1/30/88         Version: 2.0
  2095.  AMUG file information and description:
  2096.  Poke version 2.0
  2097.  
  2098.  Name  =  Programmer's Key
  2099.  Path =  AMUG CD:Files:Prog:N-P:Programmer's Key
  2100.  Size:  3K         Date: 1/30/88         Version: 
  2101.  AMUG file information and description:
  2102.  Programers F key
  2103.  
  2104.  Name  =  Helpful Mouseplotter
  2105.  Path =  AMUG CD:Files:Prog:H-K:Helpful Mouseplotter
  2106.  Size:  1K         Date: 1/22/88         Version: 
  2107.  AMUG file information and description:
  2108.  A VERY SMALL PROGRAM THAT PLOTS MOUSE COORDINATES IN BASIC
  2109.  
  2110.  Name  =  ViewPortTech
  2111.  Path =  AMUG CD:Files:Prog:U-Z:ViewPortTech
  2112.  Size: 12K         Date: 1/10/88         Version: 
  2113.  AMUG file information and description:
  2114.  Documentation on View Port
  2115.  
  2116.  Name  =  Window Demo.dd
  2117.  Path =  AMUG CD:Files:Prog:U-Z:Window Demo.dd
  2118.  Size: 14K         Date:12/03/87         Version: 
  2119.  AMUG file information and description:
  2120.  4th Diminsion Window Demos.
  2121.  
  2122.  Name  =  Vax Storage
  2123.  Path =  AMUG CD:Files:Prog:U-Z:Vax Storage
  2124.  Size:  5K         Date:11/28/87         Version: 
  2125.  AMUG file information and description:
  2126.  Vax Storage Disertation
  2127.  
  2128.  Name  =  Assembler.cpt
  2129.  Path =  AMUG CD:Files:Prog:A:Assembler.cpt
  2130.  Size: 70K         Date:11/27/87         Version: 7.4
  2131.  AMUG file information and description:
  2132.  Great Assembler with Docs. Version 7.4 Supports 68020
  2133.  
  2134.  Name  =  RIFF File Format.dd
  2135.  Path =  AMUG CD:Files:Prog:Q-R:RIFF File Format.dd
  2136.  Size: 43K         Date:11/24/87         Version: 
  2137.  AMUG file information and description:
  2138.  Riff file format.
  2139.  
  2140.  Name  =  LSC213.cpt
  2141.  Path =  AMUG CD:Files:Prog:M:LSC213.cpt
  2142.  Size:100K         Date:11/24/87         Version: 
  2143.  AMUG file information and description:
  2144.  LSC 2.13 upgrade kit
  2145.  
  2146.  Name  =  LSC 2.13 ReleaseNotes
  2147.  Path =  AMUG CD:Files:Prog:M:LSC 2.13 ReleaseNotes
  2148.  Size:  7K         Date:11/24/87         Version: 
  2149.  AMUG file information and description:
  2150.  LSC 2.13 release notes
  2151.  
  2152.  Name  =  LSC 2.11 upgrader.dd
  2153.  Path =  AMUG CD:Files:Prog:M:LSC 2.11 upgrader.dd
  2154.  Size: 72K         Date:11/24/87         Version: 
  2155.  AMUG file information and description:
  2156.  LSC 2.11 upgrade kit.
  2157.  
  2158.  Name  =  MacTutorDB.cpt
  2159.  Path =  AMUG CD:Files:Prog:M:MacTutorDB.cpt
  2160.  Size: 32K         Date:11/15/87         Version: 
  2161.  AMUG file information and description:
  2162.  MacTutor FileMaker+ Database on Articles
  2163.  
  2164.  Name  =  t.APDA Cat.
  2165.  Path =  AMUG CD:Files:Prog:T:t.APDA Cat.
  2166.  Size: 33K         Date:10/29/87         Version: 
  2167.  AMUG file information and description:
  2168.  APDA Catalog in plain text format
  2169.  
  2170.  Name  =  *APDA Application + Oct.dd
  2171.  Path =  AMUG CD:Files:Prog:A:*APDA Application + Oct.dd
  2172.  Size: 25K         Date:10/28/87         Version: 
  2173.  AMUG file information and description:
  2174.  APDA Catalog and Membership Application.
  2175.  
  2176.  Name  =  Patch/Error.cpt
  2177.  Path =  AMUG CD:Files:Prog:N-P:Patch/Error.cpt
  2178.  Size: 19K         Date:10/26/87         Version: 
  2179.  AMUG file information and description:
  2180.  Patches and errors listing
  2181.  
  2182.  Name  =  STAR.PAS
  2183.  Path =  AMUG CD:Files:Prog:S:STAR.PAS
  2184.  Size:  5K         Date:10/17/87         Version: 10/17/87
  2185.  AMUG file information and description:
  2186.  An example of graphic printing. Quick and easy.
  2187.  
  2188.  Name  =  AppleTalk Schematic
  2189.  Path =  AMUG CD:Files:Prog:A:AppleTalk Schematic
  2190.  Size: 16K         Date:10/14/87         Version: NA
  2191.  AMUG file information and description:
  2192.  Apple Talk schematic.
  2193.  
  2194.  Name  =  Karnaugh.dd
  2195.  Path =  AMUG CD:Files:Prog:H-K:Karnaugh.dd
  2196.  Size: 31K         Date: 9/21/87         Version: 
  2197.  AMUG file information and description:
  2198.  Table Calculator.
  2199.  
  2200.  Name  =  NewTools.dd
  2201.  Path =  AMUG CD:Files:Prog:N-P:NewTools.dd
  2202.  Size: 29K         Date: 9/13/87         Version: 
  2203.  AMUG file information and description:
  2204.  New Tools for MPW.
  2205.  
  2206.  Name  =  MetroGnome™ 1.0R
  2207.  Path =  AMUG CD:Files:Prog:M:MetroGnome™ 1.0R
  2208.  Size: 11K         Date: 8/17/87         Version: 
  2209.  AMUG file information and description:
  2210.  VIP run time needed for this file
  2211.  
  2212.  Name  =  MacIIcdev.dd
  2213.  Path =  AMUG CD:Files:Prog:M:MacIIcdev.dd
  2214.  Size: 27K         Date: 8/17/87         Version: 
  2215.  AMUG file information and description:
  2216.  MacII Developers.
  2217.  
  2218.  Name  =  Tree & Fish
  2219.  Path =  AMUG CD:Files:Prog:T:Tree & Fish
  2220.  Size: 16K         Date: 8/15/87         Version: 
  2221.  AMUG file information and description:
  2222.  Nice Demo
  2223.  
  2224.  Name  =  PasMat
  2225.  Path =  AMUG CD:Files:Prog:N-P:PasMat
  2226.  Size: 36K         Date: 8/11/87         Version: v 0.9
  2227.  AMUG file information and description:
  2228.  Excellent Pascal pretty-print utility.
  2229.  
  2230.  Name  =  TurtleGraphicsAssit1.0
  2231.  Path =  AMUG CD:Files:Prog:T:TurtleGraphicsAssit1.0
  2232.  Size: 24K         Date: 7/27/87         Version: 
  2233.  AMUG file information and description:
  2234.  Object Logo Turtle Graph assistant
  2235.  
  2236.  Name  =  StretchDemo
  2237.  Path =  AMUG CD:Files:Prog:S:StretchDemo
  2238.  Size: 74K         Date: 7/27/87         Version: 
  2239.  AMUG file information and description:
  2240.  Stretch Menu Demo
  2241.  
  2242.  Name  =  CopyBitsDemo.dd
  2243.  Path =  AMUG CD:Files:Prog:B-C:CopyBitsDemo.dd
  2244.  Size: 20K         Date: 7/27/87         Version: 
  2245.  AMUG file information and description:
  2246.  Programing DEMO.
  2247.  
  2248.  Name  =  Acius Dev Program
  2249.  Path =  AMUG CD:Files:Prog:A:Acius Dev Program
  2250.  Size: 14K         Date: 7/19/87         Version: 
  2251.  AMUG file information and description:
  2252.  Acius Developer Program
  2253.  
  2254.  Name  =  PrintSTR#'s
  2255.  Path =  AMUG CD:Files:Prog:N-P:PrintSTR#'s
  2256.  Size:  6K         Date: 7/19/87         Version: 
  2257.  AMUG file information and description:
  2258.  Prints STR's from programs
  2259.  
  2260.  Name  =  DemoVIP.dd
  2261.  Path =  AMUG CD:Files:Prog:D-G:DemoVIP.dd
  2262.  Size:150K         Date: 7/19/87         Version: DEMO
  2263.  AMUG file information and description:
  2264.  V.I.P. DEMO.
  2265.  
  2266.  Name  =  Edit 2.1
  2267.  Path =  AMUG CD:Files:Prog:D-G:Edit 2.1
  2268.  Size: 66K         Date: 7/19/87         Version: 2.1
  2269.  AMUG file information and description:
  2270.  Edit version 2.1
  2271.  
  2272.  Name  =  Resedit TMPLS
  2273.  Path =  AMUG CD:Files:Prog:Q-R:Resedit TMPLS
  2274.  Size: 12K         Date: 7/19/87         Version: 
  2275.  AMUG file information and description:
  2276.  Resedit Templates
  2277.  
  2278.  Name  =  new, interesting TMPL’S
  2279.  Path =  AMUG CD:Files:Prog:N-P:new, interesting TMPL’S
  2280.  Size:  5K         Date: 7/19/87         Version: 
  2281.  AMUG file information and description:
  2282.  Resedit Templates
  2283.  
  2284.  Name  =  HMenuFix.dd
  2285.  Path =  AMUG CD:Files:Prog:H-K:HMenuFix.dd
  2286.  Size:  2K         Date: 7/19/87         Version: 
  2287.  AMUG file information and description:
  2288.  Fixes heiarchical menus.
  2289.  
  2290.  Name  =  13- ResEdit doc
  2291.  Path =  AMUG CD:Files:Prog:A:13- ResEdit doc
  2292.  Size: 94K         Date: 7/18/87         Version: 1.1A
  2293.  AMUG file information and description:
  2294.  ResEdit Documentation in Microsoft Word.
  2295.  
  2296.  Name  =  PROC PARAMS
  2297.  Path =  AMUG CD:Files:Prog:N-P:PROC PARAMS
  2298.  Size:  5K         Date: 7/08/87         Version: 
  2299.  AMUG file information and description:
  2300.  Procedural parameters in Turbo
  2301.  
  2302.  Name  =  MenuMaze.dd
  2303.  Path =  AMUG CD:Files:Prog:M:MenuMaze.dd
  2304.  Size: 10K         Date: 7/04/87         Version: 
  2305.  AMUG file information and description:
  2306.  Menu Maze demo.
  2307.  
  2308.  Name  =  MacPro RTC
  2309.  Path =  AMUG CD:Files:Prog:M:MacPro RTC
  2310.  Size: 32K         Date: 7/04/87         Version: 
  2311.  AMUG file information and description:
  2312.  MacPro RTC Conference
  2313.  
  2314.  Name  =  Terminal
  2315.  Path =  AMUG CD:Files:Prog:T:Terminal
  2316.  Size: 56K         Date: 7/04/87         Version: 
  2317.  AMUG file information and description:
  2318.  Terminal development
  2319.  
  2320.  Name  =  AddTabs.dd
  2321.  Path =  AMUG CD:Files:Prog:A:AddTabs.dd
  2322.  Size: 16K         Date: 7/03/87         Version: 
  2323.  AMUG file information and description:
  2324.  Add Tabs to program.
  2325.  
  2326.  Name  =  Tabedit.dd
  2327.  Path =  AMUG CD:Files:Prog:T:Tabedit.dd
  2328.  Size: 21K         Date: 7/03/87         Version: 
  2329.  AMUG file information and description:
  2330.  Tab editor.
  2331.  
  2332.  Name  =  MPW Pascal Proc/Func Locat.dd
  2333.  Path =  AMUG CD:Files:Prog:M:MPW Pascal Proc/Func Locat.dd
  2334.  Size: 19K         Date: 7/03/87         Version: 
  2335.  AMUG file information and description:
  2336.  MPW Pascal Procedures.
  2337.  
  2338.  Name  =  4D Dial Procedure
  2339.  Path =  AMUG CD:Files:Prog:A:4D Dial Procedure
  2340.  Size:  2K         Date: 7/03/87         Version: 
  2341.  AMUG file information and description:
  2342.  4th Deminsion dial procedures
  2343.  
  2344.  Name  =  VIP INDEX
  2345.  Path =  AMUG CD:Files:Prog:U-Z:VIP INDEX
  2346.  Size:  8K         Date: 7/03/87         Version: 
  2347.  AMUG file information and description:
  2348.  Index of V.I.P. procedures from sample routines
  2349.  
  2350.  Name  =  BiStrOrbt1.1
  2351.  Path =  AMUG CD:Files:Prog:B-C:BiStrOrbt1.1
  2352.  Size:  8K         Date: 7/01/87         Version: 1.1,July1ù
  2353.  AMUG file information and description:
  2354.  Binary Star Orbits 1.1 MSBasic Int Reqd
  2355.  
  2356.  Name  =  APDA Product List3
  2357.  Path =  AMUG CD:Files:Prog:A:APDA Product List3
  2358.  Size:  6K         Date: 7/01/87         Version: 3
  2359.  AMUG file information and description:
  2360.  APDA Product list #3
  2361.  
  2362.  Name  =  APDA Product List2
  2363.  Path =  AMUG CD:Files:Prog:A:APDA Product List2
  2364.  Size:  5K         Date: 7/01/87         Version: 2
  2365.  AMUG file information and description:
  2366.  APDA Product List #2 June87
  2367.  
  2368.  Name  =  APDA Product List1
  2369.  Path =  AMUG CD:Files:Prog:A:APDA Product List1
  2370.  Size:  7K         Date: 7/01/87         Version: 1
  2371.  AMUG file information and description:
  2372.  APDA Product list #1 June 87
  2373.  
  2374.  Name  =  APDA Order Form…
  2375.  Path =  AMUG CD:Files:Prog:A:APDA Order Form…
  2376.  Size:  4K         Date: 7/01/87         Version: 
  2377.  AMUG file information and description:
  2378.  APDA Order Form
  2379.  
  2380.  Name  =  APDA Membership…
  2381.  Path =  AMUG CD:Files:Prog:A:APDA Membership…
  2382.  Size:  7K         Date: 7/01/87         Version: 
  2383.  AMUG file information and description:
  2384.  APDA Membership info
  2385.  
  2386.  Name  =  4th Dimension.dd
  2387.  Path =  AMUG CD:Files:Prog:A:4th Dimension.dd
  2388.  Size: 17K         Date: 6/30/87         Version: 
  2389.  AMUG file information and description:
  2390.  4th Dimension code.
  2391.  
  2392.  Name  =  Q&A.PAS
  2393.  Path =  AMUG CD:Files:Prog:Q-R:Q&A.PAS
  2394.  Size: 10K         Date: 6/29/87         Version: 
  2395.  AMUG file information and description:
  2396.  Borland answers most frequent questions - Turbo.
  2397.  
  2398.  Name  =  ResDecomp1.dd
  2399.  Path =  AMUG CD:Files:Prog:Q-R:ResDecomp1.dd
  2400.  Size: 15K         Date: 6/28/87         Version: 1.0
  2401.  AMUG file information and description:
  2402.  Resource decompiler.
  2403.  
  2404.  Name  =  Cleanup1.dd
  2405.  Path =  AMUG CD:Files:Prog:B-C:Cleanup1.dd
  2406.  Size: 12K         Date: 6/28/87         Version: 1.0
  2407.  AMUG file information and description:
  2408.  String substitution utility.
  2409.  
  2410.  Name  =  BIG ARRAY.PA
  2411.  Path =  AMUG CD:Files:Prog:B-C:BIG ARRAY.PA
  2412.  Size:  5K         Date: 6/27/87         Version: 6/27
  2413.  AMUG file information and description:
  2414.  Big arrays in Pascal
  2415.  
  2416.  Name  =  M2TSkel.dd
  2417.  Path =  AMUG CD:Files:Prog:M:M2TSkel.dd
  2418.  Size: 87K         Date: 6/16/87         Version: 
  2419.  AMUG file information and description:
  2420.  M2tSkeleton files.
  2421.  
  2422.  Name  =  PopUp.dd
  2423.  Path =  AMUG CD:Files:Prog:N-P:PopUp.dd
  2424.  Size: 19K         Date: 6/16/87         Version: 
  2425.  AMUG file information and description:
  2426.  Popup Menu Demo.
  2427.  
  2428.  Name  =  ByteBucket.dd
  2429.  Path =  AMUG CD:Files:Prog:B-C:ByteBucket.dd
  2430.  Size: 64K         Date: 6/16/87         Version: 
  2431.  AMUG file information and description:
  2432.  Byte Bucket - Hacker Program.
  2433.  
  2434.  Name  =  Edit Fields.ZBas
  2435.  Path =  AMUG CD:Files:Prog:D-G:Edit Fields.ZBas
  2436.  Size: 10K         Date: 6/16/87         Version: 
  2437.  AMUG file information and description:
  2438.  Z Basic field editor
  2439.  
  2440.  Name  =  ResTools.dd
  2441.  Path =  AMUG CD:Files:Prog:Q-R:ResTools.dd
  2442.  Size: 52K         Date: 6/16/87         Version: 
  2443.  AMUG file information and description:
  2444.  Resource tools.
  2445.  
  2446.  Name  =  Zbasic Text Array Writer
  2447.  Path =  AMUG CD:Files:Prog:U-Z:Zbasic Text Array Writer
  2448.  Size: 11K         Date: 6/16/87         Version: 
  2449.  AMUG file information and description:
  2450.  Zbasic text array writer
  2451.  
  2452.  Name  =  Swine 1
  2453.  Path =  AMUG CD:Files:Prog:S:Swine 1
  2454.  Size:  4K         Date: 6/15/87         Version: 
  2455.  AMUG file information and description:
  2456.  This is a PIG graphic for Chris Ghelker
  2457.  
  2458.  Name  =  ResPeek DA v2.03
  2459.  Path =  AMUG CD:Files:Prog:Q-R:ResPeek DA v2.03
  2460.  Size: 21K         Date: 6/15/87         Version: 2.03
  2461.  AMUG file information and description:
  2462.  Nice DA Resource decompiler.
  2463.  
  2464.  Name  =  TURBO CONFER
  2465.  Path =  AMUG CD:Files:Prog:T:TURBO CONFER
  2466.  Size: 20K         Date: 6/15/87         Version: 6/5/87
  2467.  AMUG file information and description:
  2468.  The 6/5 Compuserve on Turbo Pascal
  2469.  
  2470.  Name  =  GameMaster.dd
  2471.  Path =  AMUG CD:Files:Prog:D-G:GameMaster.dd
  2472.  Size: 12K         Date: 6/09/87         Version: 
  2473.  AMUG file information and description:
  2474.  Basic Game.
  2475.  
  2476.  Name  =  STACKWINDS.R
  2477.  Path =  AMUG CD:Files:Prog:S:STACKWINDS.R
  2478.  Size:  4K         Date: 6/05/87         Version: Beta
  2479.  AMUG file information and description:
  2480.  Resource file for StackWindows shell in RMaker format.
  2481.  
  2482.  Name  =  StackWindow.Rsrc
  2483.  Path =  AMUG CD:Files:Prog:S:StackWindow.Rsrc
  2484.  Size:  2K         Date: 5/27/87         Version: Beta
  2485.  AMUG file information and description:
  2486.  Resource File for StackWnd.Pas
  2487.  
  2488.  Name  =  STACKWND.PAS
  2489.  Path =  AMUG CD:Files:Prog:S:STACKWND.PAS
  2490.  Size: 25K         Date: 5/27/87         Version: Beta
  2491.  AMUG file information and description:
  2492.  Insanely Great Window Demo.
  2493.  
  2494.  Name  =  Wizzo.dd
  2495.  Path =  AMUG CD:Files:Prog:U-Z:Wizzo.dd
  2496.  Size:  9K         Date: 5/26/87         Version: 
  2497.  AMUG file information and description:
  2498.  Programer file.
  2499.  
  2500.  Name  =  where
  2501.  Path =  AMUG CD:Files:Prog:U-Z:where
  2502.  Size:  8K         Date: 5/26/87         Version: 
  2503.  AMUG file information and description:
  2504.  Aztec file
  2505.  
  2506.  Name  =  WDEF0.TXT
  2507.  Path =  AMUG CD:Files:Prog:U-Z:WDEF0.TXT
  2508.  Size: 24K         Date: 5/26/87         Version: 
  2509.  AMUG file information and description:
  2510.  Window files
  2511.  
  2512.  Name  =  VIP+MACROS.dd
  2513.  Path =  AMUG CD:Files:Prog:U-Z:VIP+MACROS.dd
  2514.  Size:  6K         Date: 5/26/87         Version: 
  2515.  AMUG file information and description:
  2516.  VIP Macros.
  2517.  
  2518.  Name  =  VIP Review.dd
  2519.  Path =  AMUG CD:Files:Prog:U-Z:VIP Review.dd
  2520.  Size: 80K         Date: 5/26/87         Version: 
  2521.  AMUG file information and description:
  2522.  VIP Review
  2523.  
  2524.  Name  =  touch
  2525.  Path =  AMUG CD:Files:Prog:T:touch
  2526.  Size:  8K         Date: 5/26/87         Version: 
  2527.  AMUG file information and description:
  2528.  Aztec tools
  2529.  
  2530.  Name  =  TM-Liner.dd
  2531.  Path =  AMUG CD:Files:Prog:T:TM-Liner.dd
  2532.  Size: 14K         Date: 5/26/87         Version: 
  2533.  AMUG file information and description:
  2534.  Programer tools.
  2535.  
  2536.  Name  =  SimpleTools2.dd
  2537.  Path =  AMUG CD:Files:Prog:S:SimpleTools2.dd
  2538.  Size: 94K         Date: 5/26/87         Version: 
  2539.  AMUG file information and description:
  2540.  Tools for programing.
  2541.  
  2542.  Name  =  Scroll Bar Sample.dd
  2543.  Path =  AMUG CD:Files:Prog:S:Scroll Bar Sample.dd
  2544.  Size: 31K         Date: 5/26/87         Version: 
  2545.  AMUG file information and description:
  2546.  Scroll Bar Example.
  2547.  
  2548.  Name  =  RMaker 2.0
  2549.  Path =  AMUG CD:Files:Prog:Q-R:RMaker 2.0
  2550.  Size: 29K         Date: 5/26/87         Version: 
  2551.  AMUG file information and description:
  2552.  RMaker
  2553.  
  2554.  Name  =  QP.dd
  2555.  Path =  AMUG CD:Files:Prog:Q-R:QP.dd
  2556.  Size: 22K         Date: 5/26/87         Version: 
  2557.  AMUG file information and description:
  2558.  Quick Print
  2559.  
  2560.  Name  =  RANDOM.PAS
  2561.  Path =  AMUG CD:Files:Prog:Q-R:RANDOM.PAS
  2562.  Size:  3K         Date: 5/26/87         Version: 
  2563.  AMUG file information and description:
  2564.  Random Pascal
  2565.  
  2566.  Name  =  PSM.dd
  2567.  Path =  AMUG CD:Files:Prog:N-P:PSM.dd
  2568.  Size: 19K         Date: 5/26/87         Version: 
  2569.  AMUG file information and description:
  2570.  PSM
  2571.  
  2572.  Name  =  Programmer.dd
  2573.  Path =  AMUG CD:Files:Prog:N-P:Programmer.dd
  2574.  Size: 24K         Date: 5/26/87         Version: 
  2575.  AMUG file information and description:
  2576.  Programmer notes.
  2577.  
  2578.  Name  =  PROG.dd
  2579.  Path =  AMUG CD:Files:Prog:N-P:PROG.dd
  2580.  Size: 25K         Date: 5/26/87         Version: 
  2581.  AMUG file information and description:
  2582.  Programer files.
  2583.  
  2584.  Name  =  Pick it! v1
  2585.  Path =  AMUG CD:Files:Prog:N-P:Pick it! v1
  2586.  Size: 13K         Date: 5/26/87         Version: 
  2587.  AMUG file information and description:
  2588.  Pick program
  2589.  
  2590.  Name  =  PASCALLOTTRY
  2591.  Path =  AMUG CD:Files:Prog:N-P:PASCALLOTTRY
  2592.  Size:  2K         Date: 5/26/87         Version: 
  2593.  AMUG file information and description:
  2594.  Lottery in Pascal
  2595.  
  2596.  Name  =  pascal2HELP.FILE
  2597.  Path =  AMUG CD:Files:Prog:N-P:pascal2HELP.FILE
  2598.  Size: 17K         Date: 5/26/87         Version: 
  2599.  AMUG file information and description:
  2600.  Pascal Help
  2601.  
  2602.  Name  =  pascal charter
  2603.  Path =  AMUG CD:Files:Prog:N-P:pascal charter
  2604.  Size:  3K         Date: 5/26/87         Version: 
  2605.  AMUG file information and description:
  2606.  Pascal Charter
  2607.  
  2608.  Name  =  Pallet.dd
  2609.  Path =  AMUG CD:Files:Prog:N-P:Pallet.dd
  2610.  Size: 12K         Date: 5/26/87         Version: 
  2611.  AMUG file information and description:
  2612.  Pallet program
  2613.  
  2614.  Name  =  PaintPeeker.dd
  2615.  Path =  AMUG CD:Files:Prog:N-P:PaintPeeker.dd
  2616.  Size: 48K         Date: 5/26/87         Version: 
  2617.  AMUG file information and description:
  2618.  Paint peeker.
  2619.  
  2620.  Name  =  Object Logo Traps
  2621.  Path =  AMUG CD:Files:Prog:N-P:Object Logo Traps
  2622.  Size: 11K         Date: 5/26/87         Version: 
  2623.  AMUG file information and description:
  2624.  Object logo traps
  2625.  
  2626.  Name  =  mywindow.Rsrc
  2627.  Path =  AMUG CD:Files:Prog:M:mywindow.Rsrc
  2628.  Size:  1K         Date: 5/26/87         Version: 
  2629.  AMUG file information and description:
  2630.  Window resource
  2631.  
  2632.  Name  =  MYWINDOW.PAS
  2633.  Path =  AMUG CD:Files:Prog:M:MYWINDOW.PAS
  2634.  Size: 12K         Date: 5/26/87         Version: 
  2635.  AMUG file information and description:
  2636.  Pascal Window
  2637.  
  2638.  Name  =  MOLLASSES.TX
  2639.  Path =  AMUG CD:Files:Prog:M:MOLLASSES.TX
  2640.  Size:  8K         Date: 5/26/87         Version: 
  2641.  AMUG file information and description:
  2642.  Mollases txt
  2643.  
  2644.  Name  =  MCASSEMDOC
  2645.  Path =  AMUG CD:Files:Prog:M:MCASSEMDOC
  2646.  Size: 58K         Date: 5/26/87         Version: 
  2647.  AMUG file information and description:
  2648.  Mac Assembly Documentation
  2649.  
  2650.  Name  =  McAssembly V6.5
  2651.  Path =  AMUG CD:Files:Prog:M:McAssembly V6.5
  2652.  Size: 62K         Date: 5/26/87         Version: 65
  2653.  AMUG file information and description:
  2654.  McAssembly 65
  2655.  
  2656.  Name  =  MathFacts(Obj.logo)
  2657.  Path =  AMUG CD:Files:Prog:M:MathFacts(Obj.logo)
  2658.  Size: 14K         Date: 5/26/87         Version: 
  2659.  AMUG file information and description:
  2660.  Math in object logo
  2661.  
  2662.  Name  =  MapScan 1.5
  2663.  Path =  AMUG CD:Files:Prog:M:MapScan 1.5
  2664.  Size:  5K         Date: 5/26/87         Version: 
  2665.  AMUG file information and description:
  2666.  MapScan 1.5
  2667.  
  2668.  Name  =  MacPascal2 Update
  2669.  Path =  AMUG CD:Files:Prog:M:MacPascal2 Update
  2670.  Size: 51K         Date: 5/26/87         Version: 
  2671.  AMUG file information and description:
  2672.  Pascal Update
  2673.  
  2674.  Name  =  MacAPL.dd
  2675.  Path =  AMUG CD:Files:Prog:M:MacAPL.dd
  2676.  Size:139K         Date: 5/26/87         Version: 
  2677.  AMUG file information and description:
  2678.  MacApl program.
  2679.  
  2680.  Name  =  LOTTO1.PAS
  2681.  Path =  AMUG CD:Files:Prog:M:LOTTO1.PAS
  2682.  Size:  4K         Date: 5/26/87         Version: 
  2683.  AMUG file information and description:
  2684.  Lottery Pascal program
  2685.  
  2686.  Name  =  kindergarten 1
  2687.  Path =  AMUG CD:Files:Prog:H-K:kindergarten 1
  2688.  Size:  7K         Date: 5/26/87         Version: 
  2689.  AMUG file information and description:
  2690.  Pascal Lesson
  2691.  
  2692.  Name  =  kgarten3
  2693.  Path =  AMUG CD:Files:Prog:H-K:kgarten3
  2694.  Size:  6K         Date: 5/26/87         Version: 
  2695.  AMUG file information and description:
  2696.  Pascal Lesson
  2697.  
  2698.  Name  =  kgarten2
  2699.  Path =  AMUG CD:Files:Prog:H-K:kgarten2
  2700.  Size:  9K         Date: 5/26/87         Version: 
  2701.  AMUG file information and description:
  2702.  Pascal
  2703.  
  2704.  Name  =  Ice.Rsrc
  2705.  Path =  AMUG CD:Files:Prog:H-K:Ice.Rsrc
  2706.  Size:  2K         Date: 5/26/87         Version: 
  2707.  AMUG file information and description:
  2708.  Ice resource
  2709.  
  2710.  Name  =  ICE.PAS
  2711.  Path =  AMUG CD:Files:Prog:H-K:ICE.PAS
  2712.  Size:  4K         Date: 5/26/87         Version: 
  2713.  AMUG file information and description:
  2714.  Pascal
  2715.  
  2716.  Name  =  Hex2.Wrt
  2717.  Path =  AMUG CD:Files:Prog:H-K:Hex2.Wrt
  2718.  Size:  8K         Date: 5/26/87         Version: 
  2719.  AMUG file information and description:
  2720.  Hex example
  2721.  
  2722.  Name  =  Hex.Wrt
  2723.  Path =  AMUG CD:Files:Prog:H-K:Hex.Wrt
  2724.  Size: 14K         Date: 5/26/87         Version: 
  2725.  AMUG file information and description:
  2726.  Hex code
  2727.  
  2728.  Name  =  FastEddie2.dd
  2729.  Path =  AMUG CD:Files:Prog:D-G:FastEddie2.dd
  2730.  Size: 47K         Date: 5/26/87         Version: 
  2731.  AMUG file information and description:
  2732.  Text editor.
  2733.  
  2734.  Name  =  EASY.ASM
  2735.  Path =  AMUG CD:Files:Prog:D-G:EASY.ASM
  2736.  Size:  8K         Date: 5/26/87         Version: 
  2737.  AMUG file information and description:
  2738.  Progran code
  2739.  
  2740.  Name  =  DSEdit
  2741.  Path =  AMUG CD:Files:Prog:D-G:DSEdit
  2742.  Size:  9K         Date: 5/26/87         Version: 
  2743.  AMUG file information and description:
  2744.  DS Edit
  2745.  
  2746.  Name  =  Dragon.dd
  2747.  Path =  AMUG CD:Files:Prog:D-G:Dragon.dd
  2748.  Size: 25K         Date: 5/26/87         Version: 
  2749.  AMUG file information and description:
  2750.  Program demo.
  2751.  
  2752.  Name  =  ConCode 1.5
  2753.  Path =  AMUG CD:Files:Prog:B-C:ConCode 1.5
  2754.  Size:  8K         Date: 5/26/87         Version: 1.5
  2755.  AMUG file information and description:
  2756.  ConCode version 1.5
  2757.  
  2758.  Name  =  COMPARE
  2759.  Path =  AMUG CD:Files:Prog:B-C:COMPARE
  2760.  Size: 10K         Date: 5/26/87         Version: 
  2761.  AMUG file information and description:
  2762.  Basic Program
  2763.  
  2764.  Name  =  CDEF Demo
  2765.  Path =  AMUG CD:Files:Prog:B-C:CDEF Demo
  2766.  Size: 18K         Date: 5/26/87         Version: 
  2767.  AMUG file information and description:
  2768.  DEMO Program
  2769.  
  2770.  Name  =  Bounce.dd
  2771.  Path =  AMUG CD:Files:Prog:B-C:Bounce.dd
  2772.  Size: 12K         Date: 5/26/87         Version: 
  2773.  AMUG file information and description:
  2774.  Bounce Source Code.
  2775.  
  2776.  Name  =  BINTERATIVE.
  2777.  Path =  AMUG CD:Files:Prog:B-C:BINTERATIVE.
  2778.  Size:  1K         Date: 5/26/87         Version: 
  2779.  AMUG file information and description:
  2780.  
  2781.  
  2782.  Name  =  APLdoc.dd
  2783.  Path =  AMUG CD:Files:Prog:A:APLdoc.dd
  2784.  Size: 62K         Date: 5/26/87         Version: 
  2785.  AMUG file information and description:
  2786.  APL Doc.
  2787.  
  2788.  Name  =  3rd grade 2
  2789.  Path =  AMUG CD:Files:Prog:A:3rd grade 2
  2790.  Size:  8K         Date: 5/26/87         Version: 
  2791.  AMUG file information and description:
  2792.  Pascal Lesson
  2793.  
  2794.  Name  =  3rd grade 1
  2795.  Path =  AMUG CD:Files:Prog:A:3rd grade 1
  2796.  Size: 14K         Date: 5/26/87         Version: 
  2797.  AMUG file information and description:
  2798.  Pascal Lesson
  2799.  
  2800.  Name  =  2nd grade 1
  2801.  Path =  AMUG CD:Files:Prog:A:2nd grade 1
  2802.  Size: 14K         Date: 5/26/87         Version: 
  2803.  AMUG file information and description:
  2804.  Pascal Lesson
  2805.  
  2806.  Name  =  1st grade 5
  2807.  Path =  AMUG CD:Files:Prog:A:1st grade 5
  2808.  Size: 12K         Date: 5/26/87         Version: 
  2809.  AMUG file information and description:
  2810.  Pascal Lesson
  2811.  
  2812.  Name  =  1st grade 4
  2813.  Path =  AMUG CD:Files:Prog:A:1st grade 4
  2814.  Size: 12K         Date: 5/26/87         Version: 
  2815.  AMUG file information and description:
  2816.  Pascal Lesson
  2817.  
  2818.  Name  =  1st grade 3
  2819.  Path =  AMUG CD:Files:Prog:A:1st grade 3
  2820.  Size: 12K         Date: 5/26/87         Version: 
  2821.  AMUG file information and description:
  2822.  Pascal Lesson
  2823.  
  2824.  Name  =  1st grade 2
  2825.  Path =  AMUG CD:Files:Prog:A:1st grade 2
  2826.  Size:  8K         Date: 5/26/87         Version: 
  2827.  AMUG file information and description:
  2828.  Pascal Lesson
  2829.  
  2830.  Name  =  1st grade 1
  2831.  Path =  AMUG CD:Files:Prog:A:1st grade 1
  2832.  Size:  7K         Date: 5/26/87         Version: 
  2833.  AMUG file information and description:
  2834.  Pascal lesson
  2835.  
  2836.